Laravel Actions is a package that aims to bring a more intuitive structure to Laravel applications by organizing code based on features and the domain it serves. It provides a single 'unit of life' called an 'Action' which handles a specific task and can be reused across different parts of the application. By using Laravel Actions, developers can create a backend structure that is closer to the domain and provides better code organization.
Table of contents
❡ An unintuitive structure❡ Not quite Domain-Driven❡ A beautiful compromise❡ A new unit of life❡ A small refactoring example❡ ConclusionSort: