spatie / laravel-short-schedule

Schedule artisan commands to run at a sub-minute frequency
https://freek.dev/1683-a-package-to-schedule-artisan-commands-at-sub-minute-frequencies
MIT License
611 stars 52 forks source link

fix: add laravel installation instructions #84

Closed gadc1996 closed 1 year ago

freekmurze commented 1 year ago

Is this really needed? We do have auto discovery set up: https://github.com/spatie/laravel-short-schedule/blob/main/composer.json#L52

gadc1996 commented 1 year ago

Maybe just for cases where auto discovery is disabled in the project, but maybe not strictly necessary

freekmurze commented 1 year ago

The vast majority of users don't need to do this, so I'm going to pass on this. Thanks!