clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Document the command to publish the configuration

Open SteveEdson opened this issue 4 years ago • 2 comments

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

SteveEdson avatar Oct 27 '21 13:10 SteveEdson

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.

itsgoingd avatar Nov 01 '21 13:11 itsgoingd

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.

SteveEdson avatar Nov 19 '21 18:11 SteveEdson

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

itsgoingd avatar May 22 '23 17:05 itsgoingd