-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Insufficient permissions on packages.php #26230
Comments
This is caused because I have a proposed fix where I simply The alternatives are:
I don't like the first alternative because The second solution means we have to figure out the current umask to keep it consistent. Using |
I think this should be fixed with above PR, which is merged and tagged as 5.7.11 |
Description:
When running
artisan package:discover
the generatedbootstrap/cache/packages.php
file doesn't have sufficient permissions to be opened when running the app. Reverting back tov5.7.9
works.Steps To Reproduce:
Install v5.7.10
run
php artisan package:discover
Go any URL for your application
The text was updated successfully, but these errors were encountered: