SyntaxFix
Write A Post
Hire A Developer
Questions
Add to composer.json
"scripts": { "post-install-cmd": [ "chgrp -R www-data storage bootstrap/cache", "chmod -R ug+rwx storage bootstrap/cache" ] }
After composer install
composer install