Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Laravel YouTube Clone, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:09:06
    Introduction
  • Урок 2. 00:03:41
    Services we'll be using
  • Урок 3. 00:02:14
    Installing Laravel
  • Урок 4. 00:04:27
    Authentication and password resets
  • Урок 5. 00:08:30
    Creating a channel
  • Урок 6. 00:03:00
    Setting up queues
  • Урок 7. 00:07:46
    Breaking up the navigation
  • Урок 8. 00:24:32
    Channel settings
  • Урок 9. 00:04:43
    Setting up S3
  • Урок 10. 00:12:58
    Uploading a channel image
  • Урок 11. 00:04:05
    Resizing the channel image
  • Урок 12. 00:05:31
    Setting up Elixr
  • Урок 13. 00:10:20
    Vue component and video selection
  • Урок 14. 00:08:19
    Video model and migration
  • Урок 15. 00:11:27
    Initial video creation
  • Урок 16. 00:16:26
    Saving video details
  • Урок 17. 00:17:40
    Video upload and progress bar
  • Урок 18. 00:06:18
    Uploading to S3
  • Урок 19. 00:02:11
    Preventing exit while uploading
  • Урок 20. 00:06:31
    Setting up a Factory
  • Урок 21. 00:04:19
    How we'll test webhooks locally
  • Урок 22. 00:08:44
    Processed percentage
  • Урок 23. 00:16:39
    Video index
  • Урок 24. 00:12:44
    Editing video details
  • Урок 25. 00:02:58
    Deleting videos
  • Урок 26. 00:11:33
    Basic video page
  • Урок 27. 00:11:58
    Access checks and alerts
  • Урок 28. 00:14:47
    Building the player
  • Урок 29. 00:23:44
    Logging the view count
  • Урок 30. 00:09:13
    Search setup
  • Урок 31. 00:07:11
    Searching for channels
  • Урок 32. 00:07:39
    Searching for videos
  • Урок 33. 00:05:16
    Vote model and migration
  • Урок 34. 00:20:49
    Vote component and showing votes
  • Урок 35. 00:14:15
    Voting up and down
  • Урок 36. 00:12:18
    Comment model and migration
  • Урок 37. 00:15:40
    Comments endpoint
  • Урок 38. 00:09:43
    Displaying comments
  • Урок 39. 00:14:01
    Posting a comment
  • Урок 40. 00:13:00
    Replying to comments
  • Урок 41. 00:10:28
    Deleting comments
  • Урок 42. 00:05:34
    Subscription model and migration
  • Урок 43. 00:15:37
    Subscription component and status
  • Урок 44. 00:07:08
    Subscribing and unsubscribing
  • Урок 45. 00:08:41
    Getting videos
  • Урок 46. 00:02:51
    Displaying the videos
  • Урок 47. 00:07:31
    Basic channel page
  • Урок 48. 00:04:04
    Total video views
  • Урок 49. 00:05:04
    Hide private/unlisted videos in search results
  • Урок 50. 00:00:39
    Visibility of videos on channel page
  • Урок 51. 00:03:57
    Fixing comment replies
  • Урок 52. 00:02:13
    Video views for unauthenticated users
  • Урок 53. 00:01:21
    Showing reply and delete buttons if unauthenticated
  • Урок 54. 00:01:17
    Subscribing multiple times
  • Урок 55. 00:01:40
    Hide vote component if votes are disabled
  • Урок 56. 00:02:08
    Subscription count on search results
  • Урок 57. 00:01:22
    Video vote n+1 problem
  • Урок 58. 00:02:02
    Unique channel slug validation message
  • Урок 59. 00:02:19
    Video creation form request