Closed webdevelapps closed 2 years ago
Add support for abbreviated artisan commands such as the usage of ca:cl for cache:clear.
ca:cl
cache:clear
Currently using these abbreviations will execute the command but then throw a clockwork Undefined array key "ca:cl" error.
Undefined array key "ca:cl"
Hey, thanks for the PR, will try to review and merge this by the end of the week.
Thanks again, will tweak a bit after merging, but the solution is very nice.
Add support for abbreviated artisan commands such as the usage of
ca:cl
forcache:clear
.Currently using these abbreviations will execute the command but then throw a clockwork
Undefined array key "ca:cl"
error.