thomze
thomze
Untitled
1 post
Don't wanna be here? Send us removal request.
thomze · 6 years ago
Text
Laravel Cheatsheet
sudo chown -R www-data:www-data /path/to/your/laravel/root/directory
sudo usermod -a -G www-data ubuntu
sudo find /path/to/your/laravel/root/directory -type f -exec chmod 644 {} \;
sudo find /path/to/your/laravel/root/directory -type d -exec chmod 755 {} \;
sudo chown -R my-user:www-data /path/to/your/laravel/root/directory
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
1 note · View note