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 ?