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 ?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743735885a4498251.html
评论列表(0条)