xaosia / commandutils
Useful commands for laravel such as restoring the app:name command
1.0.5
2024-07-25 18:05 UTC
Requires
- illuminate/console: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/filesystem: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
README
CommandUtils
CommandUtils is a set of utility commands for laravel and lumen to replace or add back commands.
Provided Commands
Command | Laravel/Lumen Versions |
---|---|
app:name | laravel 6.x, lumen 5.8 + |
Todo
- Only load
app:name
command if running laravel 6.x+ or lumen 5.x+ - Add a
key:generate
command for lumen