Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай How to Structure Laravel Project, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:10
    Use More Eloquent: Accessors/Mutators, Scopes, Observers & "Magic" Methods
  2. Урок 2. 00:08:54
    Controllers and Routes: Where to Put "Extra" Methods?
  3. Урок 3. 00:13:18
    Structuring Blade Files: @extends, @yield and Other Commands
  4. Урок 4. 00:05:14
    Custom Base Controllers and Base Models
  5. Урок 5. 00:05:27
    Configuration: Never Use env() Directly in Controllers/Models
  6. Урок 6. 00:04:36
    Form Request Classes for Validation
  7. Урок 7. 00:05:51
    User Notifications: Stop Using Mail::send()
  8. Урок 8. 00:05:05
    Jobs, Queues and Scheduling Tasks
  9. Урок 9. 00:07:16
    Events and Their Listeners
  10. Урок 10. 00:09:18
    API Resources for Data Transformation
  11. Урок 11. 00:06:53
    Global Helpers, External PHP Classes, Autoloading and PSR-4
  12. Урок 12. 00:06:36
    1. Single-Responsibility Principle
  13. Урок 13. 00:11:37
    2. Open-Closed Principle
  14. Урок 14. 00:04:23
    3. Liskov Substitution Principle
  15. Урок 15. 00:05:18
    4. Interface Segregation Principle
  16. Урок 16. 00:04:44
    5. Dependency Inversion Principle
  17. Урок 17. 00:09:12
    Repositories: to Use or Not to Use?
  18. Урок 18. 00:06:36
    When/How to Use Service Classes?
  19. Урок 19. 00:04:51
    Traits: Good Practice or Last Resort?
  20. Урок 20. 00:06:31
    Dependency injection in PHP and Laravel
  21. Урок 21. 00:05:29
    Adapter, Strategy, Factory and Other Fancy Words
  22. Урок 22. 00:05:35
    Wait, What About Unit Testing?
  23. Урок 23. 00:09:20
    Create Your Own Laravel Package
  24. Урок 24. 00:07:03
    Laravel Modules: Package by Nicholas Widart
  25. Урок 25. 00:40:51
    Review: Akaunting Open-Source Project Structure
  26. Урок 26. 00:12:03
    Review: Laravel.io Community Portal Structure
  27. Урок 27. 00:41:55
    Review: MonicaHQ - Personal CRM Project Structure
  28. Урок 28. 00:12:16
    Public Website + Adminpanel: Reusing Classes and Features
  29. Урок 29. 00:14:55
    Refactoring Big Controller Into Various Classes/Methods