Closed wilsenhc closed 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.
clockwork:clean
*:clear
Some examples of the *:clear commands that Laravel provides are:
cache:clear config:clear optimize:clear queue:clear route:clear view:clear
cache:clear
config:clear
optimize:clear
queue:clear
route:clear
view:clear
Good idea, thanks!
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