1. Урок 1. 00:05:45
    Welcome to the course
  2. Урок 2. 00:15:19
    Installing Local Development on Windows
  3. Урок 3. 00:15:57
    Installing Local Development on Mac
  4. Урок 4. 00:07:13
    Intro to Vue.js
  5. Урок 5. 00:05:31
    Setup Vue.js locally
  6. Урок 6. 00:03:55
    List Rendering - Part 1 of 3
  7. Урок 7. 00:05:01
    List Rendering - Part 2 of 3
  8. Урок 8. 00:04:59
    List Rendering - Part 3 of 3
  9. Урок 9. 00:04:41
    Conditional Rendering - Part 1 of 3
  10. Урок 10. 00:04:23
    Conditional Rendering - Part 2 of 3
  11. Урок 11. 00:03:57
    Conditional Rendering - Part 3 of 3
  12. Урок 12. 00:04:12
    Event Handling - Part 1 of 4
  13. Урок 13. 00:02:49
    Event Handling - Part 2 of 4
  14. Урок 14. 00:04:09
    Event Handling - Part 3 of 4
  15. Урок 15. 00:04:49
    Event Handling - Part 4 of 4
  16. Урок 16. 00:04:12
    Class Binding - Part 1 of 2
  17. Урок 17. 00:08:29
    Class Binding - Part 2 of 2
  18. Урок 18. 00:03:11
    Style Binding - Part 1 of 2
  19. Урок 19. 00:06:24
    Style Binding - Part 2 of 2
  20. Урок 20. 00:03:01
    Computed Property - Part 1 of 3
  21. Урок 21. 00:06:32
    Computed Property - Part 2 of 3
  22. Урок 22. 00:13:15
    Computed Property - Part 3 of 3
  23. Урок 23. 00:01:15
    Project Overview
  24. Урок 24. 00:07:36
    Creating basic sorting functionality
  25. Урок 25. 00:05:31
    Styling the sortable columns
  26. Урок 26. 00:04:54
    Refactoring
  27. Урок 27. 00:06:27
    Implementing sortable column to product name & category
  28. Урок 28. 00:03:14
    Fixing sortable column indicator issue
  29. Урок 29. 00:06:09
    Adding basic searching functionality
  30. Урок 30. 00:09:27
    Realtime searching
  31. Урок 31. 00:08:44
    Another approach in presenting search results
  32. Урок 32. 00:11:06
    Adding Pagination
  33. Урок 33. 00:08:38
    Adding Form Modal
  34. Урок 34. 00:05:01
    Getting list of categories
  35. Урок 35. 00:13:42
    Updating existing data
  36. Урок 36. 00:02:44
    Deleting data
  37. Урок 37. 00:08:06
    Routing
  38. Урок 38. 00:05:13
    Request & Response
  39. Урок 39. 00:09:17
    Views
  40. Урок 40. 00:06:59
    Working with Artisan CLI & Tinker
  41. Урок 41. 00:03:57
    Setting up our Database connection
  42. Урок 42. 00:10:05
    Database Migration
  43. Урок 43. 00:13:01
    Working with Foreign key column
  44. Урок 44. 00:10:22
    Populating database table with Seeder
  45. Урок 45. 00:05:52
    Working with Faker Library
  46. Урок 46. 00:14:29
    Eloquent
  47. Урок 47. 00:08:39
    Eloquent Relationship
  48. Урок 48. 00:05:42
    Eloquent Relationship - Inserting Related Models
  49. Урок 49. 00:10:44
    Model Factories
  50. Урок 50. 00:10:41
    API Resources
  51. Урок 51. 00:14:30
    Controllers
  52. Урок 52. 00:08:09
    Validation
  53. Урок 53. 00:12:35
    Project Setup
  54. Урок 54. 00:08:34
    Designing Question Schema - Part 1 of 2
  55. Урок 55. 00:08:28
    Designing Question Schema - Part 2 of 2
  56. Урок 56. 00:09:52
    Generating Fake data via Model Factories - Part 1 of 2
  57. Урок 57. 00:09:05
    Generating Fake data via Model Factories - Part 2 of 2
  58. Урок 58. 00:15:47
    Displaying all questions
  59. Урок 59. 00:10:32
    Adding Author info and Question creation date on Question item - Part 1 of 2
  60. Урок 60. 00:09:14
    Adding Author info and Question creation date on Question item - Part 2 of 2
  61. Урок 61. 00:12:40
    Adding votes, answers and views counter on Question item - Part 1 of 2
  62. Урок 62. 00:12:15
    Adding votes, answers and views counter on Question item - Part 2 of 2
  63. Урок 63. 00:12:53
    Buiding Question Form - Part 1 of 2
  64. Урок 64. 00:06:19
    Buiding Question Form - Part 2 of 2
  65. Урок 65. 00:10:55
    Validating and Saving the Question - Part 1 of 2
  66. Урок 66. 00:12:02
    Validating and Saving the Question - Part 2 of 2
  67. Урок 67. 00:09:45
    Updating The Question - Part 1 of 2
  68. Урок 68. 00:09:50
    Updating The Question - Part 2 of 2
  69. Урок 69. 00:09:39
    Deleting The Question
  70. Урок 70. 00:13:20
    Showing The Question detail
  71. Урок 71. 00:12:38
    Authorizing The Question - Using Gates
  72. Урок 72. 00:15:52
    Authorizing The Question - Using Policies
  73. Урок 73. 00:15:20
    Designing Answer Schema
  74. Урок 74. 00:09:24
    Generating Fake Answers - Part 1 of 2
  75. Урок 75. 00:08:26
    Generating Fake Answers - Part 2 of 2
  76. Урок 76. 00:17:55
    Displaying answers for question
  77. Урок 77. 00:08:10
    Adding Vote Controls on Question and Answer - Part 1 of 3
  78. Урок 78. 00:11:58
    Adding Vote Controls on Question and Answer - Part 2 of 3
  79. Урок 79. 00:13:41
    Adding Vote Controls on Question and Answer - Part 3 of 3
  80. Урок 80. 00:04:11
    Saving The Answer - Part 1 of 3
  81. Урок 81. 00:10:32
    Saving The Answer - Part 2 of 3
  82. Урок 82. 00:05:56
    Saving The Answer - Part 3 of 3
  83. Урок 83. 00:10:42
    Updating The Answer - Part 1 of 2
  84. Урок 84. 00:05:01
    Updating The Answer - Part 2 of 2
  85. Урок 85. 00:04:12
    Deleting The Answer - Part 1 of 3
  86. Урок 86. 00:09:27
    Deleting The Answer - Part 2 of 3
  87. Урок 87. 00:09:36
    Deleting The Answer - Part 3 of 3
  88. Урок 88. 00:12:03
    Accepting the answer as best answer - Part 1 of 2
  89. Урок 89. 00:08:24
    Accepting the answer as best answer - Part 2 of 2
  90. Урок 90. 00:10:56
    Favoriting The Question - Part 1 of 4
  91. Урок 91. 00:10:47
    Favoriting The Question - Part 2 of 4
  92. Урок 92. 00:10:48
    Favoriting The Question - Part 3 of 4
  93. Урок 93. 00:10:45
    Favoriting The Question - Part 4 of 4
  94. Урок 94. 00:09:41
    Voting The Question & Answer - Part 1 of 6
  95. Урок 95. 00:10:53
    Voting The Question & Answer - Part 2 of 6
  96. Урок 96. 00:08:07
    Voting The Question & Answer - Part 3 of 6
  97. Урок 97. 00:06:45
    Voting The Question & Answer - Part 4 of 6
  98. Урок 98. 00:10:20
    Voting The Question & Answer - Part 5 of 6
  99. Урок 99. 00:12:44
    Voting The Question & Answer - Part 6 of 6
  100. Урок 100. 00:09:58
    Refactoring The Models
  101. Урок 101. 00:06:30
    Refactoring The Views - Part 1 of 2
  102. Урок 102. 00:14:47
    Refactoring The Views - Part 2 of 2
  103. Урок 103. 00:13:41
    Preventing The Application from XSS Attack - Part 1 of 2
  104. Урок 104. 00:10:31
    Preventing The Application from XSS Attack - Part 2 of 2
  105. Урок 105. 00:13:37
    Miscellaneous
  106. Урок 106. 00:12:20
    Tidying up our views
  107. Урок 107. 00:14:05
    Creating our first Vue.js Component - Part 1 of 2 (Building The Component)
  108. Урок 108. 00:13:21
    Creating our first Vue.js Component - Part 2 of 2 (Using The Component)
  109. Урок 109. 00:05:12
    Creating Vue Answer Component - Part 1 of 5 (Using Vue.js Inline Template)
  110. Урок 110. 00:07:25
    Creating Vue Answer Component - Part 2 of 5 (Ajaxifying The Edit button)
  111. Урок 111. 00:16:58
    Creating Vue Answer Component - Part 3 of 5 (Build Answer Inline Form)
  112. Урок 112. 00:06:41
    Creating Vue Answer Component - Part 4 of 5 (Undoing changes)
  113. Урок 113. 00:08:20
    Creating Vue Answer Component - Part 5 of 5 (Validation)
  114. Урок 114. 00:06:37
    Ajaxifying the Delete answer button
  115. Урок 115. 00:10:34
    Beautifying The Flash & Confirm messages
  116. Урок 116. 00:07:47
    Creating Favorite Component - Part 1 of 3 (From button to Vue.js Component)
  117. Урок 117. 00:09:57
    Creating Favorite Component - Part 2 of 3 (Event Handler)
  118. Урок 118. 00:08:24
    Creating Favorite Component - Part 3 of 3 (Authenticating the button)
  119. Урок 119. 00:10:32
    Creating Accept Answer Component - Part 1 of 2 (from button into Vue component)
  120. Урок 120. 00:09:06
    Creating Accept Answer Component - Part 2 of 2 (event handler)
  121. Урок 121. 00:08:33
    Rewriting The Authorization Logic - Part 1 of 2 (Core authorization)
  122. Урок 122. 00:06:48
    Rewriting The Authorization Logic - Part 2 of 2 (Refactoring)
  123. Урок 123. 00:13:24
    Creating Vote Component - Part 1 of 3 (From blade to Vue Component)
  124. Урок 124. 00:08:52
    Creating Vote Component - Part 2 of 3 (Event Handling)
  125. Урок 125. 00:07:39
    Creating Vote Component - Part 3 of 3 (Fixing issues)
  126. Урок 126. 00:12:48
    Creating Vue Answers Component
  127. Урок 127. 00:11:09
    Building Load more answers Feature - Part 1 of 2
  128. Урок 128. 00:08:57
    Building Load more answers Feature - Part 2 of 2
  129. Урок 129. 00:09:12
    Implementing Vue.js Custom Events
  130. Урок 130. 00:09:02
    Implementing Global Event Bus
  131. Урок 131. 00:07:56
    Creating New Answer Component - Part 1 of 2 (From blade to Vue.js component)
  132. Урок 132. 00:12:38
    Creating New Answer Component - Part 2 of 2 (Event Handling)
  133. Урок 133. 00:06:41
    Creating Question Component - Part 1 of 3 (from blade to vue.js component)
  134. Урок 134. 00:17:25
    Creating Question Component - Part 2 of 3 (Build inline Form)
  135. Урок 135. 00:11:16
    Creating Question Component - Part 3 of 3 (Misc)
  136. Урок 136. 00:17:19
    Working With Vue.js Mixins
  137. Урок 137. 00:01:51
    Section Intro
  138. Урок 138. 00:13:36
    Composing Editor Component
  139. Урок 139. 00:05:44
    Enable Markdown Preview
  140. Урок 140. 00:07:38
    Autosizing The Editor
  141. Урок 141. 00:07:34
    Syntax Highlight Integration
  142. Урок 142. 00:04:00
    Fixing Syntax Highlight issue on the first load
  143. Урок 143. 00:10:14
    Fixing Syntax Highlight issue when cancel editing
  144. Урок 144. 00:07:16
    Creating Highlight Mixin
  145. Урок 145. 00:12:11
    Integrating Markdown Editor in Answer Component
  146. Урок 146. 00:05:45
    Integrating Markdown Editor in New Answer Component
  147. Урок 147. 00:06:35
    Fixing Syntax Highlight issue after new answer added
  148. Урок 148. 00:05:31
    Fixing Syntax Highlight in Answers Component
  149. Урок 149. 00:06:39
    Installing Laravel Passport
  150. Урок 150. 00:12:31
    Requesting a Passport Token
  151. Урок 151. 00:06:37
    Creating API Endpoint for displaying all questions
  152. Урок 152. 00:08:12
    Transforming Data using Eloquent API Resources
  153. Урок 153. 00:13:43
    Creating Answer Endpoints
  154. Урок 154. 00:17:52
    Current User's Posts Endpoint
  155. Урок 155. 00:00:00
    Updating npm packages
  156. Урок 156. 00:03:35
    Getting started with SPA - Setting up Backend Route Fallback
  157. Урок 157. 00:13:56
    Getting started with SPA - Installing and configuring Vue Router
  158. Урок 158. 00:09:02
    Getting started with SPA - Using Vue router RouterLink component
  159. Урок 159. 00:05:59
    Getting started with SPA - Vue Router Navigation Guards
  160. Урок 160. 00:06:35
    Getting started with SPA - Handling 404 error page
  161. Урок 161. 00:05:09
    The QuestionsPage Component - Setting up API baseURL
  162. Урок 162. 00:13:08
    The QuestionsPage Component - Building User Interface
  163. Урок 163. 00:02:30
    The QuestionsPage Component - Consuming API Endpoint
  164. Урок 164. 00:02:33
    The QuestionsPage Component - Fixing Authorization issue
  165. Урок 165. 00:13:18
    Creating Question Form Component - From Blade file to Vue.js component
  166. Урок 166. 00:10:56
    Creating Question Form Component - Handling Form Data
  167. Урок 167. 00:09:43
    The Question Page Component - Showing question details
  168. Урок 168. 00:06:27
    The Question Page Component - Displaying related answers
  169. Урок 169. 00:10:52
    Displaying current user's post - Building User Interface
  170. Урок 170. 00:10:17
    Displaying current user's post - Consuming Backend API
  171. Урок 171. 00:03:40
    Polishing up our app - Adding Transition effect
  172. Урок 172. 00:10:03
    Polishing up our app - Adding AJAX Spinner on All questions page
  173. Урок 173. 00:08:35
    Polishing up our app - Using Axios interceptor to control the Spinner globally
  174. Урок 174. 00:03:17
    Introduction
  175. Урок 175. 00:23:32
    Upgrading to Laravel 5.7 - Update Dependencies & Core Application
  176. Урок 176. 00:15:53
    Upgrading to Laravel 5.7 - Syncing Application's structure
  177. Урок 177. 00:13:33
    Upgrading to Laravel 5.7 - Testing
  178. Урок 178. 00:12:52
    Upgrading to Laravel 5.8 - Update Dependencies & Core Application
  179. Урок 179. 00:16:26
    Upgrading to Laravel 5.8 - Syncing Application's structure
  180. Урок 180. 00:06:43
    Upgrading to Laravel 5.8 - Testing
  181. Урок 181. 00:12:07
    Upgrading to Laravel 6.0
  182. Урок 182. 00:03:05
    Introducing Heroku
  183. Урок 183. 00:04:39
    Creating Heroku App
  184. Урок 184. 00:02:56
    Creating a Database
  185. Урок 185. 00:06:50
    Setting Heroku Config Variables
  186. Урок 186. 00:05:35
    Fixing Insecure Assets Error