Skip to content
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

Fix permission for storage directory #691

Conversation

ModulesSoft
Copy link

This pull request resolves the issue of Laravel's storage directory permissions for the user group, fixing the error where the log file (/var/www/html/storage/logs/laravel.log) could not be opened in append mode due to permission denial, by adding ugo+rw permission to the storage directory of Laravel.

This fix does not break any existing features as it specifically targets the permission settings within the storage directory, ensuring that necessary write operations can be performed without affecting the functionality of other features or components within the Laravel application.

Thanks.

@driesvints
Copy link
Member

Seems this conflicts and has a bad commit history.

@driesvints driesvints closed this May 6, 2024
@ModulesSoft
Copy link
Author

Thanks for the feedback.
Should I make a new commit for each file instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants