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