We use multiple php vericion on one server, by default for other sites we have php 8.0 for run concole command.
but for site with voyager we use 7.1 php all worked exept console command- bocouse imposible run
php7.3 artisan ...
if run just php artisan .. then runnning incorrect php versioon
how we can change php7.3 artisan ... and run not php artisan ... ?
Steps to reproduce
run concole command.
Expected behavior
run concole command by specific php version , need toadd in config 'phpX.X' for run any command
Laravel version
8
PHP version
7.2
Voyager version
1.2
Database
8
Description
We use multiple php vericion on one server, by default for other sites we have php 8.0 for run concole command. but for site with voyager we use 7.1 php all worked exept console command- bocouse imposible run
php7.3 artisan ...
if run just php artisan .. then runnning incorrect php versioon
how we can change
php7.3 artisan ...
and run notphp artisan ...
?Steps to reproduce
run concole command.
Expected behavior
run concole command by specific php version , need toadd in config 'phpX.X' for run any command
Screenshots
No response
Additional context
No response