Answers for "storgage permission in laravel linux"

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 "storgage permission in laravel linux"

Browse Popular Code Answers by Language