Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Laravel for Beginners Intermediate, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:49
    Welcome to the Course!
  2. Урок 2. 00:04:46
    How to Get Help?
  3. Урок 3. 00:04:19
    Source Code of The Course!
  4. Урок 4. 00:05:16
    Visual Studio Code Recommendations
  5. Урок 5. 00:02:17
    What is Laravel?
  6. Урок 6. 00:00:22
    Setting Up for Windows! - Section Introduction
  7. Урок 7. 00:05:51
    Installing PHP 8.2 on Windows
  8. Урок 8. 00:02:49
    Installing Composer on Windows
  9. Урок 9. 00:03:07
    Installing and Running Docker (for MySQL etc.) on Windows
  10. Урок 10. 00:03:04
    Installing Node.js on Windows (Required Later!)
  11. Урок 11. 00:00:32
    Setting Up for Mac! - Section Introduction
  12. Урок 12. 00:01:49
    Installing the Homebrew Package Manager
  13. Урок 13. 00:02:28
    Installing PHP 8.2 on Mac
  14. Урок 14. 00:01:53
    Installing Composer on Mac
  15. Урок 15. 00:02:42
    Installing and Running Docker (for MySQL etc.) on Mac
  16. Урок 16. 00:02:26
    Installing Node.js on Mac (Required Later!)
  17. Урок 17. 00:01:42
    Project #1 - Section Introduction
  18. Урок 18. 00:17:00
    Creating Laravel Project
  19. Урок 19. 00:14:43
    All About Routing
  20. Урок 20. 00:09:09
    Blade Templates
  21. Урок 21. 00:13:50
    Blade Directives
  22. Урок 22. 00:17:50
    Layouts Using Template Inheritance
  23. Урок 23. 00:05:33
    Running a MySQL Database and Client Using Docker
  24. Урок 24. 00:06:54
    Connecting to the Database From Laravel
  25. Урок 25. 00:13:03
    Models and Migrations
  26. Урок 26. 00:15:37
    Model Factory and Seeder
  27. Урок 27. 00:12:25
    Model and Reading Data
  28. Урок 28. 00:13:06
    Forms and CSRF Protection
  29. Урок 29. 00:09:31
    Validating and Storing Data
  30. Урок 30. 00:10:10
    Sessions, Errors & Flash Messages
  31. Урок 31. 00:10:11
    Edit Form
  32. Урок 32. 00:03:09
    Keeping Old Values in the Form
  33. Урок 33. 00:17:21
    Reusability (Route Model Binding Form Requests, Mass Assignment)
  34. Урок 34. 00:04:54
    Deleting Data
  35. Урок 35. 00:08:55
    Reusing Blade Code - Subviews
  36. Урок 36. 00:04:30
    Adding Pagination
  37. Урок 37. 00:09:49
    Toggling Task State
  38. Урок 38. 00:12:48
    Adding Styling with Tailwind CSS
  39. Урок 39. 00:17:05
    Styling the Task Page
  40. Урок 40. 00:10:55
    Styling Forms
  41. Урок 41. 00:15:06
    Styling Flash Message & Using Alpine.js
  42. Урок 42. 00:02:15
    Project #2 - Section Introduction
  43. Урок 43. 00:08:01
    Creating the Book Review Project and Setting Up
  44. Урок 44. 00:11:09
    Defining the One to Many Relationship
  45. Урок 45. 00:14:59
    Factory & Seeder
  46. Урок 46. 00:16:41
    Querying & Associating Related Models
  47. Урок 47. 00:11:19
    Local Query Scopes
  48. Урок 48. 00:06:54
    Aggregations on Relations
  49. Урок 49. 00:06:48
    Highest Rated & Popular Books
  50. Урок 50. 00:16:34
    Getting Books with Recent Reviews
  51. Урок 51. 00:12:11
    Controllers & Resource Controllers
  52. Урок 52. 00:18:11
    Displaying the Book List
  53. Урок 53. 00:07:44
    Filter Books by Title - Adding the Form
  54. Урок 54. 00:14:38
    Popular or Highest Rated - the View
  55. Урок 55. 00:11:05
    Popular or Highest Rated - the Logic
  56. Урок 56. 00:09:59
    One Book Page
  57. Урок 57. 00:12:06
    Cache and Caching Queries
  58. Урок 58. 00:17:57
    Invalidating Cache
  59. Урок 59. 00:13:19
    Rating and Review Count on All Pages
  60. Урок 60. 00:11:40
    Blade Components - Star Rating Component
  61. Урок 61. 00:17:53
    Scoped Resource Controller - Adding a Review
  62. Урок 62. 00:12:58
    Rate Limiting
  63. Урок 63. 00:01:31
    Project #3 - Section Introduction
  64. Урок 64. 00:18:38
    Creating the REST API Project
  65. Урок 65. 00:14:41
    Seeding Data for the REST API
  66. Урок 66. 00:15:28
    Postman REST Client Crash Course
  67. Урок 67. 00:14:39
    Storing Data and Validation
  68. Урок 68. 00:09:12
    Updating and Deleting Data
  69. Урок 69. 00:14:09
    API Resources - Controlling JSON Response
  70. Урок 70. 00:15:45
    Attendees and Pagination
  71. Урок 71. 00:12:50
    Optional Relation Loading
  72. Урок 72. 00:17:50
    Universal Relation Loading Trait
  73. Урок 73. 00:02:50
    Loading Attendee Relations
  74. Урок 74. 00:18:52
    Setting Up Authentication Using Sanctum
  75. Урок 75. 00:10:43
    Protecting Routes
  76. Урок 76. 00:03:41
    Automatically Adding Token in Postman Requests
  77. Урок 77. 00:07:44
    Revoking Tokens and Signing Out
  78. Урок 78. 00:18:05
    Authorization with Gates
  79. Урок 79. 00:15:47
    Authorization with Policies
  80. Урок 80. 00:01:53
    Manual Authorization with Policies
  81. Урок 81. 00:13:54
    Reminding About Events - Custom Artisan Command
  82. Урок 82. 00:09:18
    Reminding About Events - Task Scheduling
  83. Урок 83. 00:14:24
    Reminding About Events - Notifications and Email Sending
  84. Урок 84. 00:09:44
    Reminding About Events - Queues
  85. Урок 85. 00:07:12
    Throttling the API
  86. Урок 86. 00:01:58
    Project #4 - Section Introduction
  87. Урок 87. 00:06:11
    Creating the Project and Setting Up Livewire
  88. Урок 88. 00:12:19
    Creating Models and Migrations for the Poll App
  89. Урок 89. 00:08:23
    Your First Livewire Component
  90. Урок 90. 00:08:50
    How Livewire Works?
  91. Урок 91. 00:08:31
    Actions in Livewire
  92. Урок 92. 00:06:21
    Editing Poll Options
  93. Урок 93. 00:07:43
    Creating a Poll
  94. Урок 94. 00:06:28
    Refactoring the Poll Storing Code
  95. Урок 95. 00:10:40
    Validation in Livewire
  96. Урок 96. 00:08:10
    Listing Polls Component
  97. Урок 97. 00:05:47
    Events - Communication Between Components
  98. Урок 98. 00:04:33
    Voting in Polls!
  99. Урок 99. 00:04:15
    Project #5 - Section Introduction
  100. Урок 100. 00:14:37
    Creating the Job Board Project and Job Model
  101. Урок 101. 00:04:01
    Adding Laravel Debugbar
  102. Урок 102. 00:13:48
    Setting Up Tailwind CSS using Vite (and Node)
  103. Урок 103. 00:08:41
    Layouts Using Components
  104. Урок 104. 00:10:43
    Jobs Page & Card Component
  105. Урок 105. 00:11:23
    Jobs Page: Tag Component & Job Info
  106. Урок 106. 00:12:52
    Job Page: Job Card & Link Button Components
  107. Урок 107. 00:16:26
    Breadcrumbs Navigation
  108. Урок 108. 00:16:21
    Filtering Jobs: Tailwind Form Plugin & Text Inputs
  109. Урок 109. 00:09:21
    Filtering Jobs: Form & Searching for Text in Job Posts
  110. Урок 110. 00:07:57
    Filtering Jobs: Min & Max Salary
  111. Урок 111. 00:13:02
    Filtering Jobs: Radio Button Filters (Select One Option of Many)
  112. Урок 112. 00:08:21
    Filtering Jobs: Radio Group Component
  113. Урок 113. 00:13:41
    Filtering Jobs: Configuring Labels and Talking About Arrays in PHP
  114. Урок 114. 00:16:16
    Filtering Jobs: Clearing the Input
  115. Урок 115. 00:13:17
    Refactor Time: Gradient Background, Styling Buttons, Adding Alpine.js
  116. Урок 116. 00:08:31
    Refactor Time: Plain Vanilla JavaScript to Alpine.js
  117. Урок 117. 00:15:24
    Refactor Time: Refactoring Filtering Backend Logic
  118. Урок 118. 00:11:15
    Employer: Model, Migration, Relations
  119. Урок 119. 00:08:28
    Employer: Factory & Seeder
  120. Урок 120. 00:06:27
    Employer: Searching By Employer Name
  121. Урок 121. 00:08:01
    Employer: Other Employer Jobs on the Job Page
  122. Урок 122. 00:05:15
    Authentication: The Controller
  123. Урок 123. 00:12:58
    Authentication: Sign-in Form
  124. Урок 124. 00:09:56
    Authentication: Sign-in Logic
  125. Урок 125. 00:14:17
    Authentication: Logging Out
  126. Урок 126. 00:09:26
    Applying for Jobs: Model, Factory, Relations & Migration
  127. Урок 127. 00:11:26
    Applying for Jobs: Controller, Routing and Application Form
  128. Урок 128. 00:10:12
    Applying for Jobs: The Logic
  129. Урок 129. 00:09:49
    Applying for Jobs: The Job Policy
  130. Урок 130. 00:07:12
    Applying for Jobs: Did I Already Apply?
  131. Урок 131. 00:10:27
    My Applications: Controller and View
  132. Урок 132. 00:10:35
    My Applications: Applicant Count, Average Asking Salary
  133. Урок 133. 00:08:25
    My Applications: Cancelling Applications
  134. Урок 134. 00:12:01
    File Uploads: Understanding File System & Configuring Disks
  135. Урок 135. 00:11:26
    File Uploads: Uploading Files
  136. Урок 136. 00:13:02
    Refactor Time: Displaying Input Errors
  137. Урок 137. 00:06:51
    Refactor Time: Label Component
  138. Урок 138. 00:01:40
    Refactor Time: Flash Errors
  139. Урок 139. 00:13:18
    Employer: Register as an Employer
  140. Урок 140. 00:12:20
    Employer: Middleware Checking for Permissions
  141. Урок 141. 00:16:15
    Employer: Adding Jobs Form
  142. Урок 142. 00:11:44
    Employer: Adding Jobs Logic
  143. Урок 143. 00:14:27
    Employer: Job List
  144. Урок 144. 00:12:27
    Employer: Editing Job Offer
  145. Урок 145. 00:14:30
    Employer: Job Policy
  146. Урок 146. 00:10:36
    Employer: Soft Deletes
  147. Урок 147. 00:05:55
    Employer: Soft Deletes - Querying for Trashed Records
  148. Урок 148. 00:01:53
    Where Are We Right Now?
  149. Урок 149. 00:02:10
    Welcome to the Course!
  150. Урок 150. 00:01:49
    About Laravel Versions (OPTIONAL)
  151. Урок 151. 00:03:52
    Setup Recommendations and Course Prerequisites
  152. Урок 152. 00:06:00
    Code Editor: Visual Studio Code Setup and Recommendations
  153. Урок 153. 00:02:24
    Course Source Code
  154. Урок 154. 00:01:42
    Additional Learning Resource (Cheat Sheet, Diagrams)
  155. Урок 155. 00:03:16
    Windows - Setting Up XAMPP (PHP/Apache/MySQL)
  156. Урок 156. 00:02:37
    Windows - PHP in the Command Line
  157. Урок 157. 00:01:54
    Windows - Composer
  158. Урок 158. 00:02:59
    Mac - Setting Up XAMPP (PHP/Apache/MySQL)
  159. Урок 159. 00:04:27
    Mac - PHP in the Command Line
  160. Урок 160. 00:01:40
    Mac - Composer
  161. Урок 161. 00:04:22
    Windows - Setting Up Virtual Host in Apache
  162. Урок 162. 00:01:42
    Windows - Setting Up Host on the System
  163. Урок 163. 00:03:21
    Mac - Setting Up Virtual Host in Apache
  164. Урок 164. 00:02:17
    Mac - Setting Up Host on the System
  165. Урок 165. 00:03:25
    Laravel Project Structure Overview
  166. Урок 166. 00:03:11
    Artisan Command
  167. Урок 167. 00:01:57
    Understanding Routing in Laravel
  168. Урок 168. 00:03:05
    Defining Routes
  169. Урок 169. 00:02:54
    Managing and Naming Routes
  170. Урок 170. 00:03:27
    Route Parameters
  171. Урок 171. 00:03:40
    Optional Route Parameters
  172. Урок 172. 00:04:12
    Constraining Possible Route Parameters Values
  173. Урок 173. 00:05:27
    Understanding Templating, Views and Blade
  174. Урок 174. 00:07:49
    Template Inheritance and Layouts
  175. Урок 175. 00:04:58
    Passing and Rendering Data in Templates
  176. Урок 176. 00:02:06
    Simple View Rendering Routes
  177. Урок 177. 00:03:29
    Conditional Rendering
  178. Урок 178. 00:03:27
    Conditional Rendering Alternatives
  179. Урок 179. 00:06:22
    Loops in Templates
  180. Урок 180. 00:06:16
    More Control Inside Loops
  181. Урок 181. 00:04:11
    Partial Templates (Including Templates)
  182. Урок 182. 00:02:52
    Partial Templates in Loops
  183. Урок 183. 00:04:59
    Responses, Codes, Headers, and Cookies
  184. Урок 184. 00:04:19
    Redirect Responses
  185. Урок 185. 00:01:21
    Returning JSON
  186. Урок 186. 00:02:29
    Returning File Downloads
  187. Урок 187. 00:03:23
    Grouping Routes
  188. Урок 188. 00:04:33
    Request Input (Reading User Input)
  189. Урок 189. 00:01:45
    Request Input - An Overview of Options
  190. Урок 190. 00:04:20
    Middleware - Running Code Before & After Request
  191. Урок 191. 00:05:09
    Controllers
  192. Урок 192. 00:01:57
    Single Action Controllers
  193. Урок 193. 00:01:32
    Resource Controllers
  194. Урок 194. 00:05:40
    Implementing a Resource Controller
  195. Урок 195. 00:03:47
    Configuration and Environments Overview
  196. Урок 196. 00:03:29
    Configuring the Database Connection
  197. Урок 197. 00:01:46
    Databases Bird's Eye Overview
  198. Урок 198. 00:02:41
    Migrations Overview
  199. Урок 199. 00:05:06
    Creating and Running Migrations
  200. Урок 200. 00:02:09
    Understanding Eloquent ORM Models
  201. Урок 201. 00:03:20
    Models - Creating and Updating, Introducing Tinker
  202. Урок 202. 00:02:12
    Models - Retrieving Single Model
  203. Урок 203. 00:02:17
    Models - Retrieving Multiple Models and Collections Overview
  204. Урок 204. 00:04:15
    Models - Using the Query Builder
  205. Урок 205. 00:03:22
    Practical - List of Blog Posts and Single Blog Post
  206. Урок 206. 00:04:15
    Forms Markup
  207. Урок 207. 00:04:31
    Cross Site Request Forgery Explained
  208. Урок 208. 00:03:37
    Forms - Storing Submitted Data
  209. Урок 209. 00:04:02
    Forms - Input Validation
  210. Урок 210. 00:02:51
    Forms - Displaying Validation Errors
  211. Урок 211. 00:03:22
    Forms - Form Request Classes
  212. Урок 212. 00:02:16
    Session Flash Messages
  213. Урок 213. 00:01:30
    Forms - Old Input Helper
  214. Урок 214. 00:05:18
    Forms/Models - Model Mass Assignment
  215. Урок 215. 00:08:58
    CRUD - Edit Form
  216. Урок 216. 00:03:40
    CRUD - Update Action
  217. Урок 217. 00:04:52
    CRUD - Deleting Using Forms
  218. Урок 218. 00:03:02
    CRUD - Deleting Models
  219. Урок 219. 00:03:31
    Introduction to Laravel Mix
  220. Урок 220. 00:02:15
    Installing Bootstrap CSS Framework
  221. Урок 221. 00:03:30
    Using NPM and Compiling Assets With Mix/Webpack
  222. Урок 222. 00:01:31
    Including Assets in Views
  223. Урок 223. 00:02:58
    Versioned Assets (Cache Improvements)
  224. Урок 224. 00:02:14
    Introduction to Bootstrap CSS
  225. Урок 225. 00:03:24
    Understanding CSS Flexbox in General and in Bootstrap
  226. Урок 226. 00:08:04
    Layout Grid and Styling Header Bar
  227. Урок 227. 00:02:56
    Styling Forms
  228. Урок 228. 00:02:57
    Styling Post List Page
  229. Урок 229. 00:03:14
    Styling Single Post Page
  230. Урок 230. 00:01:55
    Styling Flash Messages and Error Messages
  231. Урок 231. 00:07:04
    Testing
  232. Урок 232. 00:04:51
    Testing configuration and environment
  233. Урок 233. 00:07:18
    Writing first functional test
  234. Урок 234. 00:08:14
    Testing database interactions
  235. Урок 235. 00:05:36
    Testing store() action (model creation)
  236. Урок 236. 00:07:42
    Testing for failure
  237. Урок 237. 00:07:21
    Testing update() action (model updates)
  238. Урок 238. 00:05:20
    Testing delete() action (model deletion)
  239. Урок 239. 00:08:48
    One to One relation with migration
  240. Урок 240. 00:08:45
    One to One assigning relationship
  241. Урок 241. 00:07:39
    One to One querying relationship
  242. Урок 242. 00:07:23
    One to Many relation with migration
  243. Урок 243. 00:05:59
    One to Many assigning relationship
  244. Урок 244. 00:05:25
    One to Many querying relationship
  245. Урок 245. 00:07:21
    Lazy Loading vs Eager Loading
  246. Урок 246. 00:07:44
    Querying relationship existence
  247. Урок 247. 00:03:57
    Querying relationship absence
  248. Урок 248. 00:05:12
    Counting related models
  249. Урок 249. 00:05:13
    Using withCount() in practice (fetching count of comments) with test
  250. Урок 250. 00:12:06
    Model Factory introduction
  251. Урок 251. 00:14:54
    Model Factory states
  252. Урок 252. 00:08:41
    Model Factory callbacks (afterCreating, afterMaking)
  253. Урок 253. 00:06:52
    Application: Implementing comment list
  254. Урок 254. 00:12:26
    Authentication overview
  255. Урок 255. 00:15:39
    How user registration works in Laravel
  256. Урок 256. 00:16:58
    Guard component and how logging users in works
  257. Урок 257. 00:07:46
    Custom registration form and Auth routes
  258. Урок 258. 00:07:50
    Formatting validation errors
  259. Урок 259. 00:03:16
    RedirectIfAuthenticated middleware
  260. Урок 260. 00:07:13
    Log-in form with "Remember Me" feature
  261. Урок 261. 00:11:43
    Logging out, @guest directive, debugging CSRF token errors
  262. Урок 262. 00:04:32
    Retrieving the currently authenticated user
  263. Урок 263. 00:05:13
    Protecting routes (requiring authentication)
  264. Урок 264. 00:10:21
    Testing routes that require authentication
  265. Урок 265. 00:14:46
    Refreshing database, database foreign keys and existing data
  266. Урок 266. 00:02:32
    Problem: SQLite test database NOT NULL problem
  267. Урок 267. 00:05:38
    Database seeding basics
  268. Урок 268. 00:05:44
    Using Model Factory inside Seeder
  269. Урок 269. 00:10:21
    Model relations inside seeder
  270. Урок 270. 00:08:52
    Individual seeder classes
  271. Урок 271. 00:11:53
    Making seeder interactive
  272. Урок 272. 00:06:04
    Deleting related model using model events
  273. Урок 273. 00:05:23
    Deleting related models using cascading
  274. Урок 274. 00:04:59
    Soft deletes
  275. Урок 275. 00:06:44
    Soft deletes querying
  276. Урок 276. 00:10:43
    Restoring soft deleted model
  277. Урок 277. 00:03:06
    Testing soft deleted models
  278. Урок 278. 00:06:15
    Authorization introduction
  279. Урок 279. 00:08:48
    Introduction to Gates
  280. Урок 280. 00:02:52
    Using authorize() helper
  281. Урок 281. 00:04:13
    Verifying permissions of the user
  282. Урок 282. 00:13:11
    Admin users and overriding permissions
  283. Урок 283. 00:11:38
    Policies introduction
  284. Урок 284. 00:14:02
    Policy or Gate?
  285. Урок 285. 00:05:47
    Verifying permissions in Blade templates
  286. Урок 286. 00:10:38
    Using middleware to authorize routes
  287. Урок 287. 00:06:25
    Application: updating tests
  288. Урок 288. 00:03:49
    Application: setting user_id for the new BlogPost
  289. Урок 289. 00:09:06
    Global Query Scopes introduction
  290. Урок 290. 00:10:41
    Global Query Scopes and potential issues
  291. Урок 291. 00:10:01
    Local Query Scopes introduction
  292. Урок 292. 00:09:57
    Practical: Local Query Scope - most commented posts
  293. Урок 293. 00:10:05
    Practical: Local Query Scope - most active users
  294. Урок 294. 00:12:17
    Practical: Local Query Scope - most active users last month
  295. Урок 295. 00:15:31
    Practical: Global Query Scope - admin can see deleted posts
  296. Урок 296. 00:09:34
    Blade Components introduction
  297. Урок 297. 00:03:34
    Component aliases
  298. Урок 298. 00:05:32
    Conditional rendering in Component
  299. Урок 299. 00:08:20
    Practical: creating reusable component for dates
  300. Урок 300. 00:10:11
    Complicated example of conditional rendering
  301. Урок 301. 00:02:08
    Application: Fixing an issue with HAVING clause
  302. Урок 302. 00:08:02
    Caching introduction
  303. Урок 303. 00:10:32
    Laravel Debugbar
  304. Урок 304. 00:11:16
    Storing data in cache
  305. Урок 305. 00:07:18
    Removing from cache
  306. Урок 306. 00:04:04
    Cache facade
  307. Урок 307. 00:06:46
    Practical: using cache as storage
  308. Урок 308. 00:13:27
    Practical: using cache for storage implementation
  309. Урок 309. 00:10:27
    Using and setting up Redis as cache storage
  310. Урок 310. 00:06:11
    Cache tags introduction
  311. Урок 311. 00:08:28
    Practical: using cache tags
  312. Урок 312. 00:02:40
    ManyToMany introduction
  313. Урок 313. 00:05:38
    ManyToMany migration
  314. Урок 314. 00:03:38
    Defining ManyToMany on models
  315. Урок 315. 00:10:36
    Associating models in ManyToMany
  316. Урок 316. 00:07:31
    Querying the ManyToMany relation and Pivot tables
  317. Урок 317. 00:06:17
    Practical: displaying the list of tags using Blade component
  318. Урок 318. 00:10:23
    Practical: list of blog posts by tag
  319. Урок 319. 00:08:40
    Blade View Composers
  320. Урок 320. 00:08:00
    View Composer with @include
  321. Урок 321. 00:14:05
    ManyToMany seeding
  322. Урок 322. 00:07:02
    Practical: User to Comment OneToMany relation and migration
  323. Урок 323. 00:09:06
    Practical: comments form and reusable errors component
  324. Урок 324. 00:13:34
    Route Model Binding
  325. Урок 325. 00:08:32
    Eager loading nested relationships
  326. Урок 326. 00:03:38
    Converting repeating queries to query scopes
  327. Урок 327. 00:09:50
    File Storage introduction
  328. Урок 328. 00:02:18
    File upload form
  329. Урок 329. 00:09:07
    Handling file uploads
  330. Урок 330. 00:10:42
    Using Storage facade to store files
  331. Урок 331. 00:10:03
    Getting the URL of stored file
  332. Урок 332. 00:08:23
    Practical: Image model, OneToOne relation and migrations
  333. Урок 333. 00:06:35
    Uploaded image URL
  334. Урок 334. 00:05:21
    Practical: Displaying uploaded image and styling
  335. Урок 335. 00:05:07
    Deleting files
  336. Урок 336. 00:06:20
    Validating uploaded files (size, type, dimensions)
  337. Урок 337. 00:02:14
    Section intrduction
  338. Урок 338. 00:12:14
    Practical: Scaffolding UserController and UserPolicy, using authorizeResource
  339. Урок 339. 00:13:48
    Practical: Views for showing/editing user profile
  340. Урок 340. 00:04:07
    OneToOne Polymorphic explained
  341. Урок 341. 00:06:28
    OneToOne Polymorphic migration
  342. Урок 342. 00:02:43
    OneToOne Polymorphic defining relation
  343. Урок 343. 00:04:03
    OneToOne Polymorphic associating
  344. Урок 344. 00:13:03
    Practical: OneToOne Polymorphic with BlogPost and Image
  345. Урок 345. 00:02:04
    OneToMany Polymorphic explained
  346. Урок 346. 00:06:16
    OneToMany Polymorphic migration & relation
  347. Урок 347. 00:09:56
    OneToMany Polymorphic associating
  348. Урок 348. 00:14:22
    Practical: OneToMany Polymorphic views
  349. Урок 349. 00:07:29
    Practical: Running tests on MySQL database
  350. Урок 350. 00:07:18
    OneToMany Polymorphic seeder
  351. Урок 351. 00:05:49
    ManyToMany Polymorphic explained
  352. Урок 352. 00:14:53
    ManyToMany Polymorphic migration
  353. Урок 353. 00:05:13
    ManyToMany Polymorphic relations
  354. Урок 354. 00:04:21
    Understanding model Traits
  355. Урок 355. 00:19:16
    Creating Taggable model trait
  356. Урок 356. 00:06:22
    Development setup for sending emails
  357. Урок 357. 00:10:19
    The Mailable class explained
  358. Урок 358. 00:10:28
    Rendering e-mail content and e-mail sending
  359. Урок 359. 00:10:40
    Attaching files & data to e-mails
  360. Урок 360. 00:05:23
    Embedding an image inside the e-mail
  361. Урок 361. 00:04:56
    Markdown Mailable classes explained
  362. Урок 362. 00:09:23
    Creating the Markdown Mailable class
  363. Урок 363. 00:07:09
    Custom Markdown e-mail component and styling
  364. Урок 364. 00:02:12
    Rendering e-mail previews in browser
  365. Урок 365. 00:08:14
    Queues and background processing introduction
  366. Урок 366. 00:10:08
    Configuring queues, creating and running the first job
  367. Урок 367. 00:05:19
    Optional e-mail queuing and execution delay
  368. Урок 368. 00:09:55
    Dealing with failed jobs
  369. Урок 369. 00:06:08
    Creating and dispatching custom jobs
  370. Урок 370. 00:17:06
    Implementing custom job that dispatches other jobs
  371. Урок 371. 00:16:05
    Rate Limiting queues
  372. Урок 372. 00:06:16
    Named queues and prioritizing
  373. Урок 373. 00:11:07
    Model Observers
  374. Урок 374. 00:08:53
    Events and Listeners
  375. Урок 375. 00:10:31
    Practical: Custom Event and Listener
  376. Урок 376. 00:09:52
    Second example of Event and Listener
  377. Урок 377. 00:07:10
    Logging basics in Laravel
  378. Урок 378. 00:08:22
    Handling built-in Laravel events with Subscriber
  379. Урок 379. 00:04:42
    Localization introduction and demo
  380. Урок 380. 00:04:41
    Configuring locale and translation overview
  381. Урок 381. 00:13:48
    Translating plural forms, passing data
  382. Урок 382. 00:05:51
    Storing translations in JSON
  383. Урок 383. 00:07:48
    Translating the application
  384. Урок 384. 00:11:38
    Storing user preffered language in database
  385. Урок 385. 00:10:53
    Creating custom Locale Middleware
  386. Урок 386. 00:09:34
    Adding language to URL through Apache configuration
  387. Урок 387. 00:07:08
    What is a Service and creating a custom one
  388. Урок 388. 00:09:57
    Service Container in practice
  389. Урок 389. 00:08:16
    Basic Dependency Injection
  390. Урок 390. 00:12:17
    Dependency Injection and Contracts
  391. Урок 391. 00:10:44
    Contracts explained
  392. Урок 392. 00:07:48
    Facades explained
  393. Урок 393. 00:16:49
    Postman - a quite long introduction
  394. Урок 394. 00:05:59
    How Model serialization works
  395. Урок 395. 00:04:49
    Hiding model attributes
  396. Урок 396. 00:05:46
    Serializing model relations
  397. Урок 397. 00:09:36
    API Resources introduction
  398. Урок 398. 00:04:34
    Serializing model relations using a Resource class
  399. Урок 399. 00:03:02
    Limiting serialization only to eager loaded relations
  400. Урок 400. 00:03:24
    Conditional serialization of properties
  401. Урок 401. 00:14:41
    API routes and controllers
  402. Урок 402. 00:16:49
    Practice defining API routes
  403. Урок 403. 00:04:59
    Returning a resource collection and response wrapping
  404. Урок 404. 00:03:51
    Collection pagination
  405. Урок 405. 00:04:24
    Collection pagination and custom parameters
  406. Урок 406. 00:07:40
    Storing a new resource
  407. Урок 407. 00:15:33
    API Tokens explained and implemented
  408. Урок 408. 00:08:56
    Returning one, updating and deleting resources
  409. Урок 409. 00:09:39
    Handling 404 (resource not found)
  410. Урок 410. 00:16:19
    API Authorization
  411. Урок 411. 00:11:25
    Testing API GET methods, verifying JSON structure
  412. Урок 412. 00:08:09
    Testing API GET methods, verifying JSON structure II
  413. Урок 413. 00:10:18
    Test API storing (POST) resources, authentication and validation