itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

Add support for abbreviated artisan commands such as the usage of `ca… #582

Closed webdevelapps closed 2 years ago

webdevelapps commented 2 years ago

Add support for abbreviated artisan commands such as the usage of ca:cl for cache:clear.

Currently using these abbreviations will execute the command but then throw a clockwork Undefined array key "ca:cl" error.

itsgoingd commented 2 years ago

Hey, thanks for the PR, will try to review and merge this by the end of the week.

itsgoingd commented 2 years ago

Thanks again, will tweak a bit after merging, but the solution is very nice.