LARAVEL ACTIONS
Jul 05, 2024 Copy Link
Laravel Actions introduces a new way of organizing the logic of your Laravel applications by focusing on the actions your applications provide.
Instead of creating controllers, jobs, listeners, and so on, it allows you to create a PHP class that handles a specific task and run that class as anything you want.