1. Урок 1. 00:02:42
    Introduction
  2. Урок 2. 00:02:59
    installation
  3. Урок 3. 00:09:10
    Database connection and Bootstrap files setup
  4. Урок 4. 00:09:48
    we make add form and table in database
  5. Урок 5. 00:06:55
    save data to database
  6. Урок 6. 00:12:40
    insert dynamic data from form
  7. Урок 7. 00:09:17
    Front page design with bootstrap
  8. Урок 8. 00:06:20
    Retrieve data from database
  9. Урок 9. 00:13:50
    Adding image upload functionality to our blog application
  10. Урок 10. 00:07:12
    adding image part2
  11. Урок 11. 00:06:29
    make a slug for each post
  12. Урок 12. 00:12:26
    getting post by slug
  13. Урок 13. 00:07:30
    make a unique slug for every post
  14. Урок 14. 00:08:48
    Make a tags Table and fetch tags from database
  15. Урок 15. 00:11:22
    Making pivot table to store post id and tag id
  16. Урок 16. 00:09:37
    inserting multiple tags in database
  17. Урок 17. 00:12:47
    Browse posts by tags
  18. Урок 18. 00:08:15
    edit record
  19. Урок 19. 00:07:03
    update record
  20. Урок 20. 00:08:59
    working on dashboard section part1
  21. Урок 21. 00:03:27
    working on dashboard section part2
  22. Урок 22. 00:04:44
    working on dashboard section part3
  23. Урок 23. 00:09:58
    Adding search feature for the posts
  24. Урок 24. 00:06:40
    Design a login form
  25. Урок 25. 00:11:31
    Make an Account class
  26. Урок 26. 00:05:33
    working on session
  27. Урок 27. 00:02:34
    Logout and using session to restrict the visit of pages from users
  28. Урок 28. 00:05:42
    comment form and comments table
  29. Урок 29. 00:08:20
    storing comments in database
  30. Урок 30. 00:05:23
    giving feedback message to user
  31. Урок 31. 00:07:36
    Pull comments from database
  32. Урок 32. 00:08:16
    05-working in comment section-adding two fields in database
  33. Урок 33. 00:02:30
    06-count numbers of comments
  34. Урок 34. 00:08:48
    07- getting pending comments from database
  35. Урок 35. 00:10:19
    08-approve or delete comments by admin
  36. Урок 36. 00:04:15
    popular posts features- part 1
  37. Урок 37. 00:11:55
    writing query to fetch popular posts part 2
  38. Урок 38. 00:11:51
    Adding pagination to our posts results-part 1
  39. Урок 39. 00:09:25
    Pagination part2- Last video