1. Урок 1. 00:03:04
    Introduction
  2. Урок 2. 00:07:13
    What we will develop and How the course is structured
  3. Урок 3. 00:02:53
    Making the most out of this course
  4. Урок 4. 00:10:51
    Setting up Laravel on Mac (using Laravel Valet and MySQL)
  5. Урок 5. 00:04:36
    Creating and configuring a Laravel Project
  6. Урок 6. 00:03:55
    Setup POSTMAN
  7. Урок 7. 00:02:44
    Setup Database Connection
  8. Урок 8. 00:02:18
    SMTP Setting
  9. Урок 9. 00:09:41
    Setting up JWT Authentication
  10. Урок 10. 00:10:43
    User Registration I: Setting up the registration fields
  11. Урок 11. 00:08:15
    User Registration II: Registering the user
  12. Урок 12. 00:12:02
    Email Verification I: Setting up the user activation process
  13. Урок 13. 00:11:48
    Email Verification II: Customizing the verification email notification
  14. Урок 14. 00:04:56
    Email Verification III: Resending the verification email
  15. Урок 15. 00:03:34
    Email Verification IV: Activating the user's account
  16. Урок 16. 00:15:45
    User Login: Issuing JWT tokens
  17. Урок 17. 00:01:55
    Email Verification Test
  18. Урок 18. 00:06:43
    User Logout
  19. Урок 19. 00:03:48
    The famous "ME" endpoint
  20. Урок 20. 00:06:12
    Introducing API Resources
  21. Урок 21. 00:07:20
    Password Reset - Customising the Email Notification
  22. Урок 22. 00:03:36
    Password Reset - Sending the reset email
  23. Урок 23. 00:03:17
    Password Reset - Resetting the Password
  24. Урок 24. 00:01:12
    Section conclusion
  25. Урок 25. 00:10:20
    User Profile Update
  26. Урок 26. 00:07:33
    User Password Update
  27. Урок 27. 00:02:22
    Committing our code to GitHub
  28. Урок 28. 00:01:24
    Section Introduction
  29. Урок 29. 00:05:29
    The Design Model and Migrations
  30. Урок 30. 00:12:30
    Setting up image upload Disks
  31. Урок 31. 00:08:42
    Uploading image to Temporary Disk
  32. Урок 32. 00:01:42
    Installing Image Manipulation Library
  33. Урок 33. 00:07:06
    Resizing uploaded images
  34. Урок 34. 00:07:02
    Saving images to Local Disk
  35. Урок 35. 00:13:23
    Saving images to Amazon s3
  36. Урок 36. 00:07:38
    Setting up Queues to handle uploads
  37. Урок 37. 00:08:03
    Updating design information
  38. Урок 38. 00:08:47
    Creating a Policy for Updating designs and customising Exception
  39. Урок 39. 00:09:52
    API Resource for Designs and generating image URL's
  40. Урок 40. 00:11:26
    Deleting records and images from the File system
  41. Урок 41. 00:10:44
    Adding Tags to Designs
  42. Урок 42. 00:06:01
    Introduction to the repository pattern
  43. Урок 43. 00:03:24
    Add Index Methods to Users and Designs
  44. Урок 44. 00:13:02
    Create a simple Repository
  45. Урок 45. 00:11:34
    Create the Base Repository and Interface
  46. Урок 46. 00:14:43
    Implementing common Repository Methods
  47. Урок 47. 00:03:14
    Introducing Criteria to the Repository
  48. Урок 48. 00:10:18
    Setup and test Filter Criteria
  49. Урок 49. 00:02:57
    Create Criterion for User's designs
  50. Урок 50. 00:12:20
    Setup Debugging to profile API SQL Queries
  51. Урок 51. 00:05:34
    Adding Eager-Loading Criteria to the Repository
  52. Урок 52. 00:03:13
    Overview on Repository Pattern
  53. Урок 53. 00:07:36
    Setting up Comment model and Repository
  54. Урок 54. 00:08:39
    Create Comments and Comment API Resource
  55. Урок 55. 00:08:25
    Updating and deleting comments
  56. Урок 56. 00:05:53
    Solving the famous N+1 problem with Eagerloading
  57. Урок 57. 00:10:28
    Setting up Likes Model and Trait
  58. Урок 58. 00:12:41
    Unliking and Bootable Trait method
  59. Урок 59. 00:05:40
    One last endpoint and conclusion on Likes and Comments
  60. Урок 60. 00:03:22
    Section Overview
  61. Урок 61. 00:11:32
    Creating the Team Models and Migrations
  62. Урок 62. 00:08:00
    Setting up the Team Repository, Contract and Controller
  63. Урок 63. 00:08:15
    Creating teams with CREATED and DELETING Boot methods
  64. Урок 64. 00:08:28
    Update Team Information with Policies (Authorization)
  65. Урок 65. 00:08:14
    Associate Teams to Designs
  66. Урок 66. 00:11:25
    Team Invitations Setup - Model, routes, controllers, migration and repository
  67. Урок 67. 00:17:37
    Sending out team invitations
  68. Урок 68. 00:16:44
    Sending out the Invitation Emails to Guest and Existing users
  69. Урок 69. 00:04:49
    Resending Invitation to join teams
  70. Урок 70. 00:13:45
    Responding to and deleting an Invitation
  71. Урок 71. 00:06:39
    Removing users from Teams
  72. Урок 72. 00:15:43
    Setup the Chat and Messaging Model
  73. Урок 73. 00:03:26
    Create the Chat Controller and Repositories
  74. Урок 74. 00:04:43
    Setup the Chat and Message Migrations
  75. Урок 75. 00:12:27
    Sending chat messages between users
  76. Урок 76. 00:03:27
    Fetching chats for the current user
  77. Урок 77. 00:05:24
    Fetching messages for a Chat Including Trashed messages
  78. Урок 78. 00:05:58
    Marking messages as Read and Soft-Deleting
  79. Урок 79. 00:13:02
    Refactor the API Resource Classes and Section wrap
  80. Урок 80. 00:17:16
    Searching Designs by multiple filters
  81. Урок 81. 00:15:12
    Geographic Search - Setup the GeoSearch
  82. Урок 82. 00:09:48
    Testing GeoSearch in Postman
  83. Урок 83. 00:03:16
    Fetching Designs by Slug
  84. Урок 84. 00:03:06
    Get Designs for a given team
  85. Урок 85. 00:03:58
    Get Designs for a given user and User by Username
  86. Урок 86. 00:05:38
    Add Gravatar as User Profile Image
  87. Урок 87. 00:02:59
    CORS and wrap on API
  88. Урок 88. 00:03:29
    Introduction to the UI - NuxtJS and VueJS
  89. Урок 89. 00:07:10
    Install Nodejs and create new NuxtJs Application
  90. Урок 90. 00:09:57
    Exploring the structure of the Nuxt Application
  91. Урок 91. 00:05:48
    Install base packages and setup the folder structure
  92. Урок 92. 00:08:44
    Bringing in the HTML Template to NuxtJS
  93. Урок 93. 00:12:40
    Custom routing in NuxtJS
  94. Урок 94. 00:09:33
    Configure Authentication Module in NuxtJS
  95. Урок 95. 00:08:30
    Install and configure VForm for API Requests
  96. Урок 96. 00:11:48
    Registration Part I
  97. Урок 97. 00:06:15
    Registration Part II
  98. Урок 98. 00:12:19
    Login with Local Strategy
  99. Урок 99. 00:03:28
    Resend Account Verification Email
  100. Урок 100. 00:12:53
    Activate User account and Logout
  101. Урок 101. 00:06:53
    Send Password Recovery Email
  102. Урок 102. 00:06:49
    Reset User's Password and Section conclusion
  103. Урок 103. 00:13:14
    Setting up Dynamic Component Registration
  104. Урок 104. 00:08:20
    Base Button Component
  105. Урок 105. 00:11:31
    Base Input Component
  106. Урок 106. 00:06:46
    Creating Route Middleware
  107. Урок 107. 00:12:48
    Setting up the Upload pages and components
  108. Урок 108. 00:10:50
    Completing the Fancy Image Upload from Client Side
  109. Урок 109. 00:12:13
    Updating Design Information after upload
  110. Урок 110. 00:02:22
    Custom Error Page
  111. Урок 111. 00:14:30
    Implement the update form and Tagging Package
  112. Урок 112. 00:02:59
    Submitting the Update Form
  113. Урок 113. 00:05:12
    Preventing Unauthorized Access to the Design Edit Page
  114. Урок 114. 00:11:33
    Configure Nested Routes in Nuxt
  115. Урок 115. 00:02:13
    Redirecting designers after Update process
  116. Урок 116. 00:09:07
    User Dashboard - Design Listing
  117. Урок 117. 00:09:10
    User Dashboard - Profile Update Form
  118. Урок 118. 00:11:00
    Google Maps Location API - Autocomplete
  119. Урок 119. 00:11:55
    Complete User profile Update
  120. Урок 120. 00:10:56
    Searching Designs
  121. Урок 121. 00:08:20
    Displaying the search results
  122. Урок 122. 00:08:34
    Displaying Design Details Page
  123. Урок 123. 00:08:03
    Adding comments to designs
  124. Урок 124. 00:06:53
    Comment Form
  125. Урок 125. 00:09:13
    Liking and Unliking designs
  126. Урок 126. 00:04:52
    Display Tags on details page and wrap on UI
  127. Урок 127. 00:01:23
    Section Introduction
  128. Урок 128. 00:10:33
    Create a Digital Ocean Server and an SSH Key
  129. Урок 129. 00:05:12
    SSH into our new Server
  130. Урок 130. 00:07:50
    Buy a domain name and configure DNS Records
  131. Урок 131. 00:11:05
    Disable Root SSH and create new Sudo User
  132. Урок 132. 00:03:01
    Enable FireWall (UFW)
  133. Урок 133. 00:02:52
    Install Nginx
  134. Урок 134. 00:05:21
    Install and configure MySQL
  135. Урок 135. 00:10:15
    Setup PHP for Nginx
  136. Урок 136. 00:06:52
    Setup Composer and create MySQL Database for Laravel
  137. Урок 137. 00:10:35
    Pull the API code from GitHub and setup Laravel permissions
  138. Урок 138. 00:06:38
    Configure Nginx to serve Laravel Application
  139. Урок 139. 00:04:49
    Pull the client application from GitHub
  140. Урок 140. 00:16:49
    Launch Nuxt App with PM2 Process Manager
  141. Урок 141. 00:11:06
    Configure Free SSL Certificate
  142. Урок 142. 00:00:59
    Conclusion