clockwork
clockwork copied to clipboard
Document the command to publish the configuration
Rather than have people try to remember, or search for it
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.
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.
I've added a tag to make it a bit easier to find in the list.