Laravel Permissions to set on Storage folder on Linux.

When we Setup laravel project on linux server then we have to give permissions to all folder’s, sub-folder’s and files in laravel Storage folder. So, i’m providing the list of permission which you have to set in storage folder. I’m providing this list because we can’t set 777 permission to all folders, if we do then it’s may be a security concern.

So i’m providing a complete list of each folder’s and sub-folder’s permissions.

  1. storage 755.

  2. storage/app755.
    storage/app/public755.

  3. storage/framework755.
    storage/framework/views777.
    storage/framework/testing755.
    storage/framework/sessions777.
    storage/framework/cache755.
  4. storage/logs755.

That’s all. Hope this article will solved your problem.

Keep Exploring.

Thanks for reading.