1. Урок 1. 00:06:55
    Custom configuration files, keys, and env variables
  2. Урок 2. 00:06:39
    Laravel default authentication system I
  3. Урок 3. 00:11:41
    Laravel default authentication system II
  4. Урок 4. 00:12:27
    Laravel default authentication system III
  5. Урок 5. 00:10:39
    Service providers in laravel
  6. Урок 6. 00:09:20
    Deep dive into Laravel middleware
  7. Урок 7. 00:10:53
    Deep dive into laravel middleware groups
  8. Урок 8. 00:08:43
    Exception handling, and custom exceptions
  9. Урок 9. 00:05:04
    Introduction to testing in laravel
  10. Урок 10. 00:04:26
    Running our first test
  11. Урок 11. 00:10:50
    Writing our first test
  12. Урок 12. 00:04:56
    A demo application
  13. Урок 13. 00:08:23
    Running tests to green
  14. Урок 14. 00:04:02
    Our first successful tests
  15. Урок 15. 00:01:49
    Refactoring to controllers
  16. Урок 16. 00:07:13
    Posts not found
  17. Урок 17. 00:05:12
    Refactoring to cleaner code with unit tests
  18. Урок 18. 00:03:22
    Switching to sqlite for speed
  19. Урок 19. 00:06:56
    Viewing all posts
  20. Урок 20. 00:05:18
    Creating a post
  21. Урок 21. 00:04:11
    Testing validation rules in laravel
  22. Урок 22. 00:04:59
    Introduction to laravel dusk
  23. Урок 23. 00:05:29
    Test driving login with dusk
  24. Урок 24. 00:03:10
    Testing viewing posts with dusk
  25. Урок 25. 00:07:28
    Testing create post with dusk
  26. Урок 26. 00:02:01
    Only authenticated users have access
  27. Урок 27. 00:05:05
    Project : LARACASTS CLONE OVERVIEW: WHAT WE'LL BUILD
  28. Урок 28. 00:06:42
    Understanding Laravel authentication
  29. Урок 29. 00:01:45
    Testing out the authenticated Method
  30. Урок 30. 00:03:55
    The login modal with Vuejs
  31. Урок 31. 00:04:38
    Building our login form
  32. Урок 32. 00:02:34
    Making login ajax requests from Vuejs
  33. Урок 33. 00:04:48
    Refreshing current page after successful login
  34. Урок 34. 00:02:33
    Loading state of the login component
  35. Урок 35. 00:04:06
    Using custom exceptions in laravel
  36. Урок 36. 00:03:13
    Displaying authentication errors in vue login component
  37. Урок 37. 00:04:02
    Writing our first authentication test
  38. Урок 38. 00:02:25
    Writing tests for successful login
  39. Урок 39. 00:08:25
    Customizing registration with test driven development
  40. Урок 40. 00:05:45
    Testing email sending with Laravel
  41. Урок 41. 00:05:42
    Testing confirm email tokens for users
  42. Урок 42. 00:07:32
    Test driving confirm email functionality for users
  43. Урок 43. 00:04:39
    Confirm user with mailtrap
  44. Урок 44. 00:02:11
    Setting up the series model
  45. Урок 45. 00:02:10
    Setting up the create series view
  46. Урок 46. 00:05:56
    Storing series with custom request instances
  47. Урок 47. 00:03:02
    Storing uploaded files
  48. Урок 48. 00:05:41
    Testing series creation and file upload
  49. Урок 49. 00:02:26
    Refactoring to request classes for cleaner controllers
  50. Урок 50. 00:05:58
    Testing for validation rules with laravel
  51. Урок 51. 00:06:05
    Custom administration middleware
  52. Урок 52. 00:02:43
    Testing custom administration middleware
  53. Урок 53. 00:03:59
    Custom helper methods for testing with Laravel testcase
  54. Урок 54. 00:04:28
    The beauty of route model binding
  55. Урок 55. 00:03:23
    Structuring our lessons table
  56. Урок 56. 00:03:32
    Lessons relationship and eager loading
  57. Урок 57. 00:03:11
    The lessons vue component. Passing default props
  58. Урок 58. 00:03:50
    Create lesson child component, and communication with the parent component
  59. Урок 59. 00:01:50
    Create lesson form
  60. Урок 60. 00:09:26
    Explicit route model binding
  61. Урок 61. 00:04:20
    Testing Json API's in Laravel - testing the lesson creation process
  62. Урок 62. 00:04:21
    Testing validation rules for creating lessons
  63. Урок 63. 00:04:09
    Refreshing the client dom after creating a lesson
  64. Урок 64. 00:04:27
    Deleting lessons
  65. Урок 65. 00:01:11
    Updating client DOM after deleting a lesson
  66. Урок 66. 00:05:46
    Custom notification messages with Vuejs
  67. Урок 67. 00:02:37
    Updating a series
  68. Урок 68. 00:06:56
    Updating the DOM after PUT request
  69. Урок 69. 00:10:06
    Custom notification messages
  70. Урок 70. 00:04:20
    Global error handling for failed ajax requests
  71. Урок 71. 00:03:46
    Show all series
  72. Урок 72. 00:08:04
    Updating a series
  73. Урок 73. 00:06:26
    Writing tests for series update
  74. Урок 74. 00:04:22
    More tests for series update
  75. Урок 75. 00:03:55
    Refactoring series controller and requests
  76. Урок 76. 00:09:57
    Cleaning up our routes files with custom middleware groups
  77. Урок 77. 00:06:05
    Displaying images from storage
  78. Урок 78. 00:03:00
    Changing storage directory for series imge using tests
  79. Урок 79. 00:07:23
    Testing model accessors
  80. Урок 80. 00:10:39
    A refresher on redis
  81. Урок 81. 00:08:52
    Completing lessons with test driven development
  82. Урок 82. 00:03:16
    Flushing redis for every test and making our tests better
  83. Урок 83. 00:05:42
    Percentage completed for series
  84. Урок 84. 00:02:46
    Unit testing completed lessons count
  85. Урок 85. 00:03:26
    Refactoring to single responsibility traits
  86. Урок 86. 00:05:26
    Test the user has started a series
  87. Урок 87. 00:13:36
    Get completed lessons for a series
  88. Урок 88. 00:04:58
    Display single series view
  89. Урок 89. 00:03:00
    Custom laravel blade if directives
  90. Урок 90. 00:07:42
    The watch lesson page
  91. Урок 91. 00:05:32
    The vimeo video player and vuejs
  92. Урок 92. 00:03:25
    Embedding videos from the video id field in the database
  93. Урок 93. 00:06:24
    Get ordered lessons for a series
  94. Урок 94. 00:11:08
    Get next and previous lessons
  95. Урок 95. 00:05:03
    Display the next and previous button links
  96. Урок 96. 00:03:13
    Display all lessons on the page
  97. Урок 97. 00:04:57
    Listening to lesson completed events
  98. Урок 98. 00:05:53
    Refactoring using laravel debugbar
  99. Урок 99. 00:07:21
    Feature testing complete lessons functionality
  100. Урок 100. 00:04:03
    Unit testing has completed lesson
  101. Урок 101. 00:02:23
    Displaying active lesson and completed lessons on watch page
  102. Урок 102. 00:03:25
    Firing Ajax requests to complete lesson
  103. Урок 103. 00:14:01
    Test driving get series being watched
  104. Урок 104. 00:03:22
    Refactoring get series being watched method
  105. Урок 105. 00:04:50
    Get total number of completed lessons for a user using tdd
  106. Урок 106. 00:05:31
    Displaying user profile
  107. Урок 107. 00:04:44
    Custom admin blade directives
  108. Урок 108. 00:09:51
    Get next lesson the user should watch with TDD
  109. Урок 109. 00:06:03
    Redirecting user to the appropriate lesson
  110. Урок 110. 00:03:33
    Refactoring previous and next lessons methods
  111. Урок 111. 00:02:22
    Simple watch page cleanup
  112. Урок 112. 00:03:17
    Installation of laravel cashier
  113. Урок 113. 00:04:43
    Understanding how stripe works
  114. Урок 114. 00:10:58
    Collecting credit cards with Vue and stripe checkout
  115. Урок 115. 00:10:02
    Subscribing user to plans with laravel cashier
  116. Урок 116. 00:06:03
    Testing subscriptions - creating fake subscription method
  117. Урок 117. 00:05:51
    Test - a user without a plan is redirected
  118. Урок 118. 00:02:06
    Test - a user with a plan can watch free and premium lessons
  119. Урок 119. 00:02:36
    Including a premium filed in vue create lesson component
  120. Урок 120. 00:03:18
    Update the subscription process with sweet alert
  121. Урок 121. 00:08:20
    Changing user subscriptions
  122. Урок 122. 00:07:14
    Update user card details with stripe
  123. Урок 123. 00:06:54
    App cleanup I
  124. Урок 124. 00:03:46
    App cleanup II - queueing laravel emails
  125. Урок 125. 00:01:44
    App cleanup III - Traditional auth setup
  126. Урок 126. 00:04:53
    Understand laravel forge, and why we should use it
  127. Урок 127. 00:03:55
    Laravel forge, databases and let's encrypt
  128. Урок 128. 00:04:34
    Forge, what it looks like in the server
  129. Урок 129. 00:07:02
    Adding new features to an app in production
  130. Урок 130. 00:05:55
    Fixing bugs in a production app, and updating servers
  131. Урок 131. 00:02:38
    Setting up queue workers on laravel forge