Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Laravel, Vue 3 & Inertia Full Stack 2023, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:07:54
    What you Will Build and Learn in This Course?
  2. Урок 2. 00:05:51
    How to get Help?
  3. Урок 3. 00:07:12
    The Visual Studio Code
  4. Урок 4. 00:06:42
    Where to Find and How to Use the Course Source Code
  5. Урок 5. 00:03:26
    Introduction to the Udemy UI
  6. Урок 6. 00:00:22
    Setting Up for Windows! - Section Introduction
  7. Урок 7. 00:05:51
    Windows Installing PHP
  8. Урок 8. 00:02:49
    Windows Installing Composer
  9. Урок 9. 00:03:04
    Windows Installing Node.js
  10. Урок 10. 00:03:07
    Windows Installing Docker
  11. Урок 11. 00:00:32
    Setting Up for Mac! - Section Introduction
  12. Урок 12. 00:01:49
    MacOS Installing Homebrew
  13. Урок 13. 00:02:28
    MacOS Installing PHP
  14. Урок 14. 00:01:53
    MacOS Installing Composer
  15. Урок 15. 00:02:26
    MacOS Installing Node.js
  16. Урок 16. 00:02:42
    MacOS Installing Docker
  17. Урок 17. 00:00:32
    Laravel, Vue & Inertia - Section Introduction
  18. Урок 18. 00:02:22
    What is Laravel?
  19. Урок 19. 00:01:30
    What is Vue?
  20. Урок 20. 00:03:04
    What is Inertia?
  21. Урок 21. 00:01:27
    Download the starter pack!
  22. Урок 22. 00:03:20
    Creating Laravel project
  23. Урок 23. 00:06:42
    Adding Vue and Vite to the stack
  24. Урок 24. 00:09:04
    Configuring Inertia.js
  25. Урок 25. 00:02:12
    Your First SPA - Section Introduction
  26. Урок 26. 00:13:52
    Creating first pages
  27. Урок 27. 00:06:02
    Passing data to pages
  28. Урок 28. 00:05:28
    Layouts
  29. Урок 29. 00:05:58
    Reactive data in Vue
  30. Урок 30. 00:04:52
    Persistent layouts with Inertia
  31. Урок 31. 00:03:17
    Default layouts
  32. Урок 32. 00:08:09
    (OPTIONAL) Using linter (ESLint), jsconfig and getting most out of VSCode
  33. Урок 33. 00:05:41
    (OPTIONAL) Advanced JS topics (arrow functions, promises, async importing etc.)
  34. Урок 34. 00:02:05
    Working with the Database - Section Introduction
  35. Урок 35. 00:06:09
    Laravel Debugbar & IDE Helper
  36. Урок 36. 00:07:28
    Connecting to the Database
  37. Урок 37. 00:06:09
    Models and Migrations
  38. Урок 38. 00:06:59
    Working with Migrations
  39. Урок 39. 00:11:33
    Model Factories & Seeders
  40. Урок 40. 00:06:31
    Querying the Database
  41. Урок 41. 00:03:15
    Querying the Database (CHALLENGE)
  42. Урок 42. 00:08:11
    Updating and Inserting Data, Mass Assignment
  43. Урок 43. 00:08:25
    Resource Controller and Route Model Binding
  44. Урок 44. 00:13:48
    Vue Directives (v-for, v-bind) & Custom Components
  45. Урок 45. 00:14:01
    Handling Forms (useForm, v-model)
  46. Урок 46. 00:07:08
    Handling Forms in Laravel
  47. Урок 47. 00:07:43
    Middlewares and Sharing Data with All Pages
  48. Урок 48. 00:08:30
    Computed Data and Conditional Rendering (Displaying Flash Messages)
  49. Урок 49. 00:10:49
    Data Validation (Back End & Front End)
  50. Урок 50. 00:10:15
    Edit Form
  51. Урок 51. 00:06:31
    Deleting Data
  52. Урок 52. 00:09:17
    Laravel Route Names in Vue
  53. Урок 53. 00:01:36
    Adding Some Style (Tailwind CSS) - Section Introduction
  54. Урок 54. 00:07:32
    Installing and Setting Up Tailwind CSS
  55. Урок 55. 00:06:20
    Why Tailwind CSS? Tailwind Overview
  56. Урок 56. 00:12:08
    Basic Styling of the App (Hands on With Tailwind)
  57. Урок 57. 00:04:39
    Custom UI Components and Grid Responsive Design
  58. Урок 58. 00:06:15
    Listing Details (Non-Prop Attributes)
  59. Урок 59. 00:06:09
    Custom Price Formatting Component
  60. Урок 60. 00:11:49
    Listing Page (Getting Even Better With Responsive Design!) + Vue Named Slots
  61. Урок 61. 00:06:54
    Styling Forms
  62. Урок 62. 00:05:47
    Extracting Tailwind Styles Using @apply Directive
  63. Урок 63. 00:01:16
    Edit Form Styling
  64. Урок 64. 00:04:59
    Progress Bar Loading Indicator
  65. Урок 65. 00:03:44
    Styling Error Messages
  66. Урок 66. 00:01:12
    What Are We About to Build?
  67. Урок 67. 00:04:51
    Payment Calculator Markup (Sliders)
  68. Урок 68. 00:06:03
    Payment Calculator Logic
  69. Урок 69. 00:08:24
    Composables - Reusable Logic in Vue (Reactive Monthly Payment)
  70. Урок 70. 00:08:56
    Displaying Payment Next to Every Listing (Reusing Composable)
  71. Урок 71. 00:07:54
    Adding More Composable Members (Total Paid, Total Interest)
  72. Урок 72. 00:01:35
    Authentication & Security - Introduction
  73. Урок 73. 00:07:19
    Authentication Controller and Routes
  74. Урок 74. 00:09:20
    Authentication Form Markup and Basic Logic
  75. Урок 75. 00:14:35
    Signing-In Logic - Authentication Process Explained
  76. Урок 76. 00:05:46
    Explaining the Authentication Process
  77. Урок 77. 00:07:34
    Getting the Currently Logged In User
  78. Урок 78. 00:05:19
    Logging Users Out
  79. Урок 79. 00:07:10
    CSRF Tokens
  80. Урок 80. 00:09:47
    Protecting Routes (Authorization) - Can You Access a Specific Page?
  81. Урок 81. 00:08:25
    User Registration Form
  82. Урок 82. 00:09:50
    User Registration Logic & Hashing Passwords
  83. Урок 83. 00:09:05
    Eloquent Mutators & Accessors - Hashing Password Example
  84. Урок 84. 00:04:42
    How Hashing of The Passwords Work
  85. Урок 85. 00:02:53
    Form Links
  86. Урок 86. 00:02:32
    419 Errors When Logging Out
  87. Урок 87. 00:01:58
    Database Relations & User Authorization - Introduction
  88. Урок 88. 00:08:24
    Creating a One-to-Many Database Relationship
  89. Урок 89. 00:04:38
    One-to-Many Connecting Models Together - the Theory
  90. Урок 90. 00:08:11
    One-to-Many Connecting Models - Practice
  91. Урок 91. 00:03:05
    Every New Listing Needs an Owner!
  92. Урок 92. 00:04:56
    Model Policies - Theoretical
  93. Урок 93. 00:13:43
    Model Policies - In Practice
  94. Урок 94. 00:02:49
    Model Policy and Guest Users
  95. Урок 95. 00:02:54
    Only Owners Can Edit or Delete!
  96. Урок 96. 00:08:01
    Admin Users - Overriding Policy Implementation
  97. Урок 97. 00:06:49
    Reading the Related Data (Using Database Relationship)
  98. Урок 98. 00:01:48
    Data Pagination & Filtering - Introduction
  99. Урок 99. 00:11:13
    Adding Pagination
  100. Урок 100. 00:16:52
    Filtering Form Markup
  101. Урок 101. 00:13:42
    Filtering JavaScript Logic
  102. Урок 102. 00:07:32
    Filtering the Data
  103. Урок 103. 00:08:18
    Conditional Queries in Eloquent
  104. Урок 104. 00:06:03
    Local Query Scopes in Eloquent
  105. Урок 105. 00:04:31
    Filtering Using Local Query Scope
  106. Урок 106. 00:01:40
    Realtor My Account - What We're Going to Build?
  107. Урок 107. 00:04:56
    Controller Routes Grouping
  108. Урок 108. 00:16:53
    Showing the Realtor Listings
  109. Урок 109. 00:10:01
    Soft Deletes (Putting Records Into Trash - To Be Restored)
  110. Урок 110. 00:07:59
    Soft Deleting Listings
  111. Урок 111. 00:05:37
    Filtering Using Checkboxes - The Markup
  112. Урок 112. 00:08:25
    Vue Watchers - Filtering Using Checkboxes
  113. Урок 113. 00:05:57
    The Debounce Function - Handling the Events Flood
  114. Урок 114. 00:07:49
    Filtering Using Checkboxes - The Backend Part
  115. Урок 115. 00:08:23
    Customizable Sorting - Back End
  116. Урок 116. 00:09:01
    Customizable Sorting - Front End
  117. Урок 117. 00:03:17
    Filtering Form - Default Values
  118. Урок 118. 00:04:10
    My Account Section Pagination
  119. Урок 119. 00:11:32
    Edit, Delete and Preview Buttons
  120. Урок 120. 00:12:47
    Restoring Models
  121. Урок 121. 00:02:07
    File Uploading - Introduction
  122. Урок 122. 00:07:14
    File Data Model
  123. Урок 123. 00:08:06
    Laravel Filesystem Abstraction Explained
  124. Урок 124. 00:10:04
    Preparing for the File Uploads
  125. Урок 125. 00:06:07
    Uploading Multiple Images (Backend Part)
  126. Урок 126. 00:09:36
    Uploading Multiple Images (In Vue)
  127. Урок 127. 00:05:58
    Styling the Upload Input & UX Improvement
  128. Урок 128. 00:03:42
    File Upload Progress Indicator
  129. Урок 129. 00:07:23
    Displaying the Uploaded Images
  130. Урок 130. 00:06:38
    Removing Uploaded Files
  131. Урок 131. 00:01:55
    Displaying Listing Images on the Listing Page
  132. Урок 132. 00:07:55
    Validating Uploaded Files (Make Sure It is an Image!)
  133. Урок 133. 00:03:02
    Counting Related Models (How Many Images We Have?)
  134. Урок 134. 00:03:06
    Making Offers - Introduction
  135. Урок 135. 00:09:00
    Offers Data Model and Relations
  136. Урок 136. 00:10:38
    Offer Widget - Adding Widget in Vue
  137. Урок 137. 00:13:17
    Making Offer - the Backend Part
  138. Урок 138. 00:10:04
    Vue Custom Component Events (Passing Data to the Parent Component)
  139. Урок 139. 00:11:29
    Fetching and Displaying an Existing Offer of the Current User
  140. Урок 140. 00:04:56
    How Many Offers Were Made?
  141. Урок 141. 00:09:02
    Offer List Page
  142. Урок 142. 00:09:49
    Single Listing View with All The Offers
  143. Урок 143. 00:12:43
    Accepting Offers (Single Action Controller & Loading Nested Relations)
  144. Урок 144. 00:05:07
    Seeing Which Offer is Sold
  145. Урок 145. 00:08:04
    Filtering Out Sold Offers (Querying Relationship Presence/Absence)
  146. Урок 146. 00:07:29
    Simpler Way To Identify Sold Listings (Refactoring the Query Scope!)
  147. Урок 147. 00:09:02
    No Offer Making or Changing of Listings That Are Sold!
  148. Урок 148. 00:05:04
    UI Improvements
  149. Урок 149. 00:02:04
    Notifications - Informing Users About What Happened - Introduction
  150. Урок 150. 00:04:07
    Notifications Introduction & Database Setup
  151. Урок 151. 00:08:34
    Sending Notification When Offer is Made
  152. Урок 152. 00:10:52
    Showing the Notification Count
  153. Урок 153. 00:05:31
    Showing an Empty State
  154. Урок 154. 00:04:17
    Notifications List Page Backend Part
  155. Урок 155. 00:10:34
    Notifications List Page Front End
  156. Урок 156. 00:13:38
    Marking Notifications as Read
  157. Урок 157. 00:02:25
    Sending Email - Introduction
  158. Урок 158. 00:06:10
    Local Email Testing with Mailhog (in Docker)
  159. Урок 159. 00:05:01
    Delivering Notifications via Email
  160. Урок 160. 00:09:39
    Registered User - Email Verification Process
  161. Урок 161. 00:05:28
    Requiring Verification on Pages & Not Verified Notice Page
  162. Урок 162. 00:09:57
    User Verification Route
  163. Урок 163. 00:06:10
    Resending the Verification Link (and Understanding Throttling and Cache)
  164. Урок 164. 00:05:23
    Testing the Email Resending Process
  165. Урок 165. 00:01:56
    What is JavaScript?
  166. Урок 166. 00:01:12
    Using Chrome Console to Learn JavaScript
  167. Урок 167. 00:02:12
    Variables - var, let, const
  168. Урок 168. 00:03:45
    Primitive Data Types
  169. Урок 169. 00:05:36
    Data Type Gotchas
  170. Урок 170. 00:03:01
    Functions
  171. Урок 171. 00:01:42
    Arrays
  172. Урок 172. 00:02:44
    Objects
  173. Урок 173. 00:02:27
    Introduction
  174. Урок 174. 00:05:06
    Required and optional software for the course
  175. Урок 175. 00:05:15
    MacOS specific setup
  176. Урок 176. 00:00:00
    Windows specific setup
  177. Урок 177. 00:03:58
    Where to find the full source code?
  178. Урок 178. 00:07:28
    Visual Studio Code - extensions, shortcuts and tricks
  179. Урок 179. 00:03:41
    Creating a new Laravel project using Composer
  180. Урок 180. 00:13:18
    Setting up Vue.js application
  181. Урок 181. 00:05:58
    Fallback route in Laravel
  182. Урок 182. 00:13:03
    Installing and setting up Vue Router
  183. Урок 183. 00:04:44
    HTML5 history mode in Vue Router
  184. Урок 184. 00:07:39
    Vue component registration (global/local) and Index component
  185. Урок 185. 00:02:28
    Router Link component and routing inside a Vue application
  186. Урок 186. 00:04:14
    Bootstrap, styling and Laravel Mix
  187. Урок 187. 00:05:25
    v-bind, v-bind shorthand and named Vue routes
  188. Урок 188. 00:03:24
    Styling the navigation bar
  189. Урок 189. 00:04:10
    Single file Vue components
  190. Урок 190. 00:08:53
    Child components (using components in other components)
  191. Урок 191. 00:09:44
    Component props and prop types
  192. Урок 192. 00:05:00
    One-way data flow
  193. Урок 193. 00:06:42
    Lifecycle hooks
  194. Урок 194. 00:11:39
    Component state and reactivity
  195. Урок 195. 00:07:19
    Reactivity gotchas
  196. Урок 196. 00:03:59
    Conditional rendering (v-if)
  197. Урок 197. 00:09:02
    List rendering and v-else
  198. Урок 198. 00:09:53
    Computed properties
  199. Урок 199. 00:13:25
    Component methods
  200. Урок 200. 00:06:39
    Setting up database
  201. Урок 201. 00:02:53
    Specified key was too long problem
  202. Урок 202. 00:06:38
    Model and migrations
  203. Урок 203. 00:12:02
    Model factory, database seeder and faker
  204. Урок 204. 00:07:43
    Routes and model all() method
  205. Урок 205. 00:07:48
    API testing in Postman
  206. Урок 206. 00:06:37
    Using Model::find() and mandatory/optional route parameters
  207. Урок 207. 00:03:34
    Using Model::findOrFail() and Accept header
  208. Урок 208. 00:13:06
    JavaScript Promises explained
  209. Урок 209. 00:06:47
    Making HTTP requests with Axios
  210. Урок 210. 00:02:54
    CSS Flexbox and Bootstrap utility classes
  211. Урок 211. 00:07:06
    Vue router parameters
  212. Урок 212. 00:05:58
    Passing all object properties as props (v-bind trick)
  213. Урок 213. 00:02:28
    Vue router links
  214. Урок 214. 00:05:30
    Understanding CSS grid system
  215. Урок 215. 00:09:39
    Laravel controllers
  216. Урок 216. 00:04:24
    Resource controllers
  217. Урок 217. 00:10:16
    API Resources
  218. Урок 218. 00:10:38
    Availability component (horizontal forms, scoped styles)
  219. Урок 219. 00:03:58
    Form input binding (v-model)
  220. Урок 220. 00:04:48
    Handling DOM events in Vue
  221. Урок 221. 00:03:23
    Laravel Debugbar (seeing what happens behind the scenes)
  222. Урок 222. 00:04:55
    Booking model and relations
  223. Урок 223. 00:13:58
    Seeding bookings (generating random, non overlapping time series)
  224. Урок 224. 00:04:45
    Single Action Controller
  225. Урок 225. 00:07:23
    Request input validation (validating data clients send to our server)
  226. Урок 226. 00:10:42
    Eloquent Local Query Scopes
  227. Урок 227. 00:05:18
    Returning bookable availability (HTTP response statuses)
  228. Урок 228. 00:08:06
    Getting object availability in Vue.js
  229. Урок 229. 00:09:47
    Displaying form errors
  230. Урок 230. 00:03:41
    Final touches - displaying availability
  231. Урок 231. 00:11:58
    ReviewList component markup (using responsive grid options)
  232. Урок 232. 00:07:21
    Review model & migration (using UUID as model primary key)
  233. Урок 233. 00:03:53
    Review model relationships (one-to-one, one-to-many)
  234. Урок 234. 00:08:44
    Review model factory & seeder
  235. Урок 235. 00:06:53
    Reviews controller (using latest() query scope)
  236. Урок 236. 00:04:00
    Reviews HTTP resource (serializing model)
  237. Урок 237. 00:09:55
    Loading reviews in Vue component
  238. Урок 238. 00:07:20
    Vue filters and moment.js
  239. Урок 239. 00:09:48
    Star Rating component (using FontAwesome)
  240. Урок 240. 00:14:04
    Star Rating component logic (calculating stars to display from average rating)
  241. Урок 241. 00:02:49
    Review list cleanup and section wrap-up
  242. Урок 242. 00:07:44
    Review Page component markup and route
  243. Урок 243. 00:09:13
    Emitting and handling custom Vue.js events
  244. Урок 244. 00:03:49
    Parent and child components communication
  245. Урок 245. 00:06:33
    v-model explained, adding v-model support to custom components
  246. Урок 246. 00:07:16
    Leaving a rating flow explained
  247. Урок 247. 00:07:45
    Checking if review already exists on backend
  248. Урок 248. 00:06:45
    Checking if review already exists on frontend
  249. Урок 249. 00:09:11
    Booking review key and Eloquent model events
  250. Урок 250. 00:07:56
    Fetching booking by review key (custom model methods)
  251. Урок 251. 00:05:37
    Creating Resource classes for booking
  252. Урок 252. 00:11:45
    Understanding promise chaining
  253. Урок 253. 00:10:24
    Displaying the booking information on review page
  254. Урок 254. 00:12:05
    A new API endpoint for storing a review (validation rules, complex flow)
  255. Урок 255. 00:13:14
    Handling request errors in Vue
  256. Урок 256. 00:05:01
    Storing a new review (using POST in axios)
  257. Урок 257. 00:03:07
    Fixing a 500 error in BookingByReview controller
  258. Урок 258. 00:04:46
    FatalError component (custom Vue component for unhandled errors)
  259. Урок 259. 00:11:09
    Handling only specific errors (HTTP error codes, validation errors)
  260. Урок 260. 00:06:17
    Validation on Review sending page
  261. Урок 261. 00:10:37
    Reusable validation errors component
  262. Урок 262. 00:08:56
    Vue Mixins - how to reuse the same code in different components
  263. Урок 263. 00:00:00
    Async/Await explained
  264. Урок 264. 00:07:54
    Using async/await in Review component
  265. Урок 265. 00:08:17
    Vue Component Slots
  266. Урок 266. 00:02:48
    Fixing application Vue issues
  267. Урок 267. 00:05:02
    Vuex introduction - managing global state
  268. Урок 268. 00:11:30
    Setting up Vuex
  269. Урок 269. 00:02:52
    State mutations - storing last search dates
  270. Урок 270. 00:02:50
    Reading Vuex state
  271. Урок 271. 00:06:44
    Binding to Vuex state
  272. Урок 272. 00:07:46
    Using Vuex actions to add side effects when committing to the store
  273. Урок 273. 00:06:42
    Initializing Vuex state from the browser local storage
  274. Урок 274. 00:07:15
    Vue Transitions
  275. Урок 275. 00:03:37
    Using animated icons
  276. Урок 276. 00:09:38
    Bookable price (controller, migration, factory), Carbon date library
  277. Урок 277. 00:06:21
    Async/Await in Availability, emitting a custom event
  278. Урок 278. 00:06:16
    Loading price in Bookable component and using Vuex bindings
  279. Урок 279. 00:09:07
    Price breakdown component
  280. Урок 280. 00:08:03
    Vuex - a basket (adding/removing)
  281. Урок 281. 00:06:48
    Vuex getters - how many items in the basket?
  282. Урок 282. 00:11:32
    Checking what's in the basket, removing from the basket
  283. Урок 283. 00:07:24
    Vuex getters - property vs method access, higher order functions, composition
  284. Урок 284. 00:08:54
    Keeping basket state in localStorage
  285. Урок 285. 00:07:50
    Creating a Basket/Checkout page
  286. Урок 286. 00:08:03
    Rendering contents of the basket and allowing removal
  287. Урок 287. 00:05:01
    List transitions - animating adding/deleting to a list (v-for)
  288. Урок 288. 00:09:07
    Checkout form markup
  289. Урок 289. 00:10:58
    Address model and booking changes
  290. Урок 290. 00:04:56
    Checkout logic explained
  291. Урок 291. 00:06:10
    Validating nested fields
  292. Урок 292. 00:13:41
    Validating arrays of input
  293. Урок 293. 00:11:48
    Storing booking and address
  294. Урок 294. 00:07:08
    Refactoring price calculations
  295. Урок 295. 00:07:02
    Binding form
  296. Урок 296. 00:10:06
    Making a booking
  297. Урок 297. 00:04:38
    Empty basket state
  298. Урок 298. 00:05:26
    Clearing the basket after purchase
  299. Урок 299. 00:08:06
    Displaying booking errors
  300. Урок 300. 00:07:49
    Rendering purchase confirmation
  301. Урок 301. 00:09:26
    Laravel Sanctum introduction
  302. Урок 302. 00:06:14
    Laravel Sanctum installation
  303. Урок 303. 00:02:25
    Sanctum configuration - domains
  304. Урок 304. 00:16:44
    Understanding authentication with Sanctum
  305. Урок 305. 00:05:39
    Authentication using Vue practical example
  306. Урок 306. 00:11:17
    Logic component (page) markup
  307. Урок 307. 00:07:48
    Login component logic
  308. Урок 308. 00:07:22
    Is user authenticated - local storage? (Part I)
  309. Урок 309. 00:13:40
    Is user authenticated - VueX? (Part II)
  310. Урок 310. 00:08:12
    Handling unauthenticated state (401) - using Axios interceptors
  311. Урок 311. 00:12:21
    Header changes and logout
  312. Урок 312. 00:03:14
    Fixing "is logged in" delay
  313. Урок 313. 00:06:43
    Registration component markup
  314. Урок 314. 00:06:57
    Registration component logic