Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Laravel & Create High-Level Applications with Laravel, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:02
    About the Instructor of the Course
  2. Урок 2. 00:05:06
    About the Course and How to Take Advantage of It
  3. Урок 3. 00:09:46
    PHP, Composer and the Database
  4. Урок 4. 00:04:23
    Required Tools to Manage the Frontend in Laravel
  5. Урок 5. 00:07:27
    Using Composer to Install Laravel
  6. Урок 6. 00:04:38
    Adapting the Project to the New Laravel Versions
  7. Урок 7. 00:09:15
    Exploring the Laravel Structure by Following Its Execution Process
  8. Урок 8. 00:05:59
    Meet Artisan of Laravel
  9. Урок 9. 00:05:10
    Using Php Artisan Tinker
  10. Урок 10. 00:11:32
    Identifying and Assigning the Laravel Environment Settings
  11. Урок 11. 00:05:23
    Adapting the Routes in Laravel to Work in Several Versions
  12. Урок 12. 00:10:54
    Route Files and How Routes Work in Laravel
  13. Урок 13. 00:14:12
    Create Multiple Types of Routes and Actions in Laravel
  14. Урок 14. 00:11:21
    Meet and Use Controllers in Laravel to Handle the Business Logic
  15. Урок 15. 00:10:41
    Showing Views as a Result of Operations in Laravel
  16. Урок 16. 00:09:00
    How Errors Work in Laravel and How to Identify Them
  17. Урок 17. 00:08:40
    How to Debug in Laravel to Resolve Errors
  18. Урок 18. 00:07:23
    Explore Database Connections in Laravel and Configure One
  19. Урок 19. 00:14:29
    Creating Database Tables with Laravel Migrations
  20. Урок 20. 00:10:51
    Introducing Eloquent and Models in Laravel
  21. Урок 21. 00:14:42
    Inserting Information with Laravel Seeders and Factories
  22. Урок 22. 00:07:08
    Interacting with the Database with the Laravel Query Builder
  23. Урок 23. 00:08:32
    Reading and Selecting Data with Models in Laravel
  24. Урок 24. 00:11:06
    Sending and Displaying Information in Views with Blade of Laravel
  25. Урок 25. 00:08:35
    Learn About the Essential Control Structures in Blade
  26. Урок 26. 00:09:47
    Improving Your Views with Templates in Blade of Laravel
  27. Урок 27. 00:12:29
    Showing and Using Forms in Laravel
  28. Урок 28. 00:08:34
    Inserting Data from a Form with Laravel Eloquent
  29. Урок 29. 00:11:13
    Editing Existing Data with a Form and Eloquent
  30. Урок 30. 00:06:14
    Reviewing Some Features to Improve the Usability of the Laravel Project
  31. Урок 31. 00:07:38
    Removing Information from the Database Using Forms and Eloquent
  32. Урок 32. 00:08:31
    Different Ways to Redirect Your Users with Laravel
  33. Урок 33. 00:09:56
    How to Get and Set Values in the Session with Laravel
  34. Урок 34. 00:08:53
    Validating Data Before Doing Any Modification with Eloquent
  35. Урок 35. 00:04:46
    Allowing to Show Errors in the Views with Blade
  36. Урок 36. 00:14:09
    Reusing Values Submitted from an Invalid Form
  37. Урок 37. 00:04:14
    Allowing to See Success Messages in the Views with Blade
  38. Урок 38. 00:08:44
    Returning Result Messages for Some Actions with Laravel
  39. Урок 39. 00:06:57
    Generating the Authentication Components with Laravel UI
  40. Урок 40. 00:09:39
    Understanding the Laravel Authentication System
  41. Урок 41. 00:11:28
    Introducing and Using Laravel Mix to generate the Frontend Assets
  42. Урок 42. 00:07:23
    The Middleware and How to Restrict Access and Actions in Laravel
  43. Урок 43. 00:08:47
    Mastering and Using Implicit Model Binding in Laravel
  44. Урок 44. 00:06:12
    Improving Your Routes Using Resource Routes in Laravel
  45. Урок 45. 00:14:30
    Using the Laravel Form Requests to Validate Data
  46. Урок 46. 00:11:32
    Using Artisan to Create Multiple Components at Once in Laravel
  47. Урок 47. 00:10:46
    Taking Advantage of Layouts and Components with Laravel Blade
  48. Урок 48. 00:08:29
    Indicating the Columns of the Tables in the Laravel Migrations
  49. Урок 49. 00:08:51
    Implementing the Additional Models of Your Laravel Project
  50. Урок 50. 00:14:31
    Implement the Factories of Your Models in Laravel
  51. Урок 51. 00:05:39
    Understanding Some Differences with Recent Laravel Versions
  52. Урок 52. 00:14:57
    Understanding and Creating One-to-One Relationships with Laravel Eloquent
  53. Урок 53. 00:10:52
    Learning and Creating One-to-Many Relationships with Eloquent of Laravel
  54. Урок 54. 00:14:14
    Using and Creating Many-to-Many Relationships with Laravel Eloquent
  55. Урок 55. 00:08:11
    Relationships Through Relationships in Laravel with Eloquent
  56. Урок 56. 00:08:56
    Master the One-to-One Polymorphic Relationships in Laravel
  57. Урок 57. 00:07:01
    Meet and Use the One-to-Many Polymorphic Relationships in Laravel
  58. Урок 58. 00:13:26
    Learn and Use Many-to-Many Polymorphic Relationships in Laravel
  59. Урок 59. 00:10:17
    Using and Inserting "Simple" Model Relationships within the Laravel Seeder
  60. Урок 60. 00:11:56
    Using and Inserting Polymorphic Relationships Using the Laravel Seeder
  61. Урок 61. 00:11:00
    Meet and Use Eloquent Scopes to Improve Products Visualization
  62. Урок 62. 00:12:02
    Learn and Use Nested Resources in Laravel to Add Products to a Cart
  63. Урок 63. 00:12:36
    Learn How to Use Cookies in Laravel to Retrieve the Shopping Cart
  64. Урок 64. 00:12:17
    Use Dependency Injection in Laravel to Display the Products of a Cart
  65. Урок 65. 00:10:47
    Take Advantage of the Service to Remove the Cart Products with Laravel
  66. Урок 66. 00:13:17
    Using Laravel Collections and Use it to Inject the Cart Counter in Blade
  67. Урок 67. 00:11:26
    Recall Some Laravel Features to Confirm and Initiate an Order
  68. Урок 68. 00:12:08
    Learn About Accessors in Laravel and use It to Calculate Totals
  69. Урок 69. 00:13:48
    Learn to Identify Authenticated Users with Laravel and Create an Order
  70. Урок 70. 00:12:01
    Use a Laravel Nested Resource Controller to Charge for an Order
  71. Урок 71. 00:10:28
    Separating the Routes from the Admin Panel in Laravel
  72. Урок 72. 00:08:09
    Determining If a User is an Administrator Using the Model and Carbon
  73. Урок 73. 00:09:34
    Create Your Own Middleware in Laravel to Control Administrative Access
  74. Урок 74. 00:10:10
    Implementing the Main Admin Panel Action with Laravel
  75. Урок 75. 00:12:10
    Using Eloquent Global Scopes to Get Only Available Products
  76. Урок 76. 00:11:20
    Ignoring the Global Scopes in the Admin Panel with Laravel
  77. Урок 77. 00:11:48
    Use Eager Loading in Laravel to Load Product Images Efficiently
  78. Урок 78. 00:07:59
    Showing the Loaded Images of Each Product with Laravel and Bootstrap
  79. Урок 79. 00:13:25
    Use Database Transactions in Laravel for Complex Operations
  80. Урок 80. 00:06:35
    Redirecting Users to the Correct Location After Login
  81. Урок 81. 00:11:40
    Create Your Own Configuration File for the Cart Service
  82. Урок 82. 00:10:57
    Managing the Stock of Purchased Products
  83. Урок 83. 00:13:45
    Verifying a User Email After Registering
  84. Урок 84. 00:06:27
    Using Route Middleware in Laravel to Allow Actions Only to Verified Users
  85. Урок 85. 00:05:21
    How Works the Password Reset Feature of Laravel
  86. Урок 86. 00:13:56
    Allowing to Edit the User's Profile with Laravel
  87. Урок 87. 00:14:42
    Editing a User's Profile with Laravel
  88. Урок 88. 00:16:05
    Receiving and Handling Files in Laravel User's Profile Image
  89. Урок 89. 00:08:19
    Using and Showing the Profile Image Stored for the User's profile
  90. Урок 90. 00:02:39
    Bonus Class