Mastering Laravel Action Classes: Organize Your Code and Boost Your Productivity

preview_player
Показать описание
In Laravel or any programming language for that matter, you have many ways to architect your code. Some follow the MVC pattern, and some may use the Factory pattern to name a few.

In Laravel, Action classes are a thing that has been used in multiple places including some of the first-party plugins from the framework maintainers. And this package of Laravel - Action classes takes the actions to the next level and allow you to architect your code much better.

In this video, I am going to show you the power of Action classes.

You can find me on:
Рекомендации по теме
Комментарии
Автор

Good package, although I liked ADR more

mohamedmahdy
Автор

I can see why people like the action classes but I don't like the idea of putting everything in one place. I think each class should do its own job by using similar classes under the hood.

bulent