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 alias `clockwork:clear` to ClockworkCleanCommand #688

Closed wilsenhc closed 8 months ago

wilsenhc commented 8 months ago

This PR adds an alias to the clockwork:clean command so it better aligns with the existing *:clear commands that Laravel provides.

Some examples of the *:clear commands that Laravel provides are:

cache:clear config:clear optimize:clear queue:clear route:clear view:clear

itsgoingd commented 8 months ago

Good idea, thanks!