CodeCourse - Laravel Actions

CodeCourse - Laravel Actions

Register & Get access to index

ng635620y1kj.png

About this course​

Actions are single classes that do one thing. Laravel Actions is a package that allows you to run these classes as anything you want, whether it's a controller, listener, console command – or just on its own.
Keeping your app structure to single classes like this lets you focus on what your app does rather than the design decisions around controllers, listeners and commands.
Single actions are also easier to test, and we'll also cover that!
This course is for you if:
  • You'd like to try a fresh approach to structuring your apps
  • Your app shares logic, and you'd like to combine this logic into one class that runs anywhere
  • You've heard of (or used) Laravel Actions, and you'd like a run-through
Author
Satoru Gojo
Downloads
170
Views
846
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Satoru Gojo