problem description
laravel framework, you need to change the permissions of storage and bootstrap directories to 777 before you can access them, otherwise you will not have permission. Change it locally to 777, no problem. After the completion of functional development, the submission of git, at this time foolish thing appeared, the local code to submit git is 777 Filter git should be automatically 777 files, pulled down from the git library into 755, the company"s test environment and development environment are not allowed to modify the code, now testers from the git library deployed to the test environment, still reported that storage and bootstrap directories do not have access. Check and find that the permissions of these two directories have become 755. Both the test environment and the production environment are not allowed to modify program and directory permissions, how to solve this situation? Online and other great gods to save
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)