Answers for "laravel and www permissions in ubuntu"

PHP
2

ubuntu laravel storage permission

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Posted by: Guest on September-09-2020

Code answers related to "laravel and www permissions in ubuntu"

Browse Popular Code Answers by Language