🚀 DevOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

Laravel Permissions to set on Storage folder on Linux.

LaravelLinux

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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.