Releases: stephenjude/extended-artisan-commands
Releases · stephenjude/extended-artisan-commands
3.0.3
3.0.2
- Added enum make command to list of artisan commands.
3.0.1
- Added artisan command for generating PHP enums 🔥
3.0.0
- Laravel 10 support
2.0
Laravel 9 support
1.3
Added PHP 8 support
1.2
- Add Laravel 8 support
v1.1
- remove the use of .env variables in the config file.
- updated the readme file.
v1.0
- Initial Release
- Added Artisan Commands
make:class
make:interface
make:trait
make:abstract-class
- Added Usage on Readme.md
- Added Tests for all commands.