Server default php version is php7.4 Project/website runs on php8.1
Laravel commands (left side panel in website "control panel") are executed using server default php version. This results in error.
Laravel commands should use project/website php version. Not server default version.
·
·
And please consider adding the possibility to run FULL custom commands, and not only the ones starting with "php artisan"
Like the following example:
This actually runs "php artisan rm myfile.txt, instead of "rm myfile.txt"
no votes yet