All notable changes to this project will be documented in this file.
- Revamp the Action class and make it simpler to use.
- Pass arguments through constructor and use constructor property promotion.
- Add support for Laravel 9, 10, 11, 12 and remove support for PHP 7.
- Add dependency injection support for handle method.
- Change
nowtodispatchmethod.
- Initial commit.
- Add Action service provider and Action class.
- Add Resolvable trait.
- Add config.
- Add
make:actioncommand.