admin管理员组

文章数量:1363923

What i normally do is give below permissions to my laravel project .

chmod -R 777 storage
chown -R www-data:www-data storage
chmod -R 777 bootstrap/cache

is it ok if i gave 777 recursively for these directories if there will be creating new files in storage directory ?

本文标签: phpwhat is the best permissions for a laravel projectStack Overflow