1. Урок 1. 00:04:28
    Introduction
  2. Урок 2. 00:04:00
    A fresh Laravel installation
  3. Урок 3. 00:01:10
    Setting the app name
  4. Урок 4. 00:02:10
    Tidying up default Laravel files
  5. Урок 5. 00:08:59
    Home controller and base template
  6. Урок 6. 00:02:44
    Flash messages
  7. Урок 7. 00:04:59
    Users table migration
  8. Урок 8. 00:20:24
    Signing up
  9. Урок 9. 00:15:39
    Signing in
  10. Урок 10. 00:01:52
    Signing out
  11. Урок 11. 00:04:17
    Auth and guest middleware
  12. Урок 12. 00:15:27
    Searching for people
  13. Урок 13. 00:03:25
    Profile pictures
  14. Урок 14. 00:07:29
    User profiles
  15. Урок 15. 00:12:18
    Updating profile information
  16. Урок 16. 00:02:53
    Friend table migration
  17. Урок 17. 00:09:45
    Showing friends
  18. Урок 18. 00:05:58
    Friends page
  19. Урок 19. 00:04:11
    Showing friend requests
  20. Урок 20. 00:11:51
    Friend model methods
  21. Урок 21. 00:07:52
    Sending friend requests
  22. Урок 22. 00:07:17
    Accepting friend requests
  23. Урок 23. 00:02:28
    Showing the timeline page
  24. Урок 24. 00:02:19
    Status table migration
  25. Урок 25. 00:09:44
    Posting statuses
  26. Урок 26. 00:10:04
    Showing statuses on the timeline
  27. Урок 27. 00:15:23
    Replying to statuses
  28. Урок 28. 00:03:58
    Showing status replies
  29. Урок 29. 00:06:05
    User profile statuses
  30. Урок 30. 00:00:46
    Fix: User profile statuses reply form
  31. Урок 31. 00:03:14
    Like table migration
  32. Урок 32. 00:03:23
    Likeable polymorphic relationships
  33. Урок 33. 00:12:15
    Liking a status
  34. Урок 34. 00:05:10
    Output like count
  35. Урок 35. 00:02:14
    Refactor: hasLikeStatus method
  36. Урок 36. 00:02:01
    Custom 404 page
  37. Урок 37. 00:08:21
    Deleting friends