itsgoingd / clockwork

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

Document the command to publish the configuration #540

Closed SteveEdson closed 1 year ago

SteveEdson commented 3 years ago

Rather than have people try to remember, or search for it

itsgoingd commented 3 years ago

This shouldn't be necessary, running php artisan vendor:publish with no arguments should present you with an interactive prompt to select which service provider should the files be published for. We could add a tag for the clockwork config tho.

SteveEdson commented 3 years ago

I think a tag would be good. That seems to be the standard with Laravel packages, rather than just running php artisan vendor:publish and trying to find the right option.

Not a massive deal, just think it'll help others a bit.

itsgoingd commented 1 year ago

I've added a tag to make it a bit easier to find in the list.