Tasks
Tasks are specialized classes that hold shared business logic, fostering code reuse and promoting efficient organization. They play a vital role in encapsulating functionalities that are utilized by multiple Actions spanning various Containers within your application.
To generate new tasks you may use the apiato:make:task interactive command:
php artisan apiato:make:task
Additionally, to retrieve a list of the existing tasks in your Apiato application,
use the apiato:list:tasks command.
php artisan apiato:list:tasks
Definition and Principles​
Read Porto SAP Documentation (#Tasks).