xaosia / commandutils
Useful commands for laravel such as restoring the app:name command
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xaosia/commandutils
Requires
- illuminate/console: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/filesystem: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.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