-
-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel missing when using PHP8 #823
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@lokinz It works as expected with current definition https://github.com/devilbox/docker-php-fpm/blob/master/build/ansible/group_vars/all/work.yml#L556-L558 Laravel, Lumen installer are disabled on PHP 8.x |
I have the same issue with Drush. I can see it is disabled in 8.0 and 8.1 but I cannot find any documentation on how to enable it. ( I am not well versed in docker ). The documentation seems to assume it is just there. |
Setting PHP level to 8.0 in the .env file pulls in
devilbox/php-fpm:8.0-work-0.127
When I shell into the PHP container and try to run
laravel
I get thebash: laravel: command not found
error.This works fine on the 7.4 container.
Other tools (like symfony) work fine.
The text was updated successfully, but these errors were encountered: