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

Using the PHP Version the scheduler is called with for artisan commands #50

Closed TimGeDev closed 2 years ago

TimGeDev commented 2 years ago

On our ispconfig3 hosting instance the default php binary is version 5.6 but the scheduler is called with php8.0 artisan short-schedule:run Heavily inspired by https://github.com/spatie/laravel-short-schedule/pull/21, just implementing the usage of PHP_BINARY

freekmurze commented 2 years ago

Thanks!