- storage/app/775
- storage/framework/775
- storage/logs/775
- bootstrap/cache/775
Permission Commands
Open Installation GuideRun commands from the project root. Confirm your web-server user before applying ownership commands.
Ubuntu / Debian
sudo chown -R www-data:www-data storage bootstrap/cache
sudo chmod -R 775 storage bootstrap/cache
RHEL / CentOS / AlmaLinux / Rocky Linux
sudo chown -R apache:apache storage bootstrap/cache
sudo chmod -R 775 storage bootstrap/cache
macOS
sudo chown -R _www:_www storage bootstrap/cache
sudo chmod -R 775 storage bootstrap/cache
Windows IIS (PowerShell as Administrator)
icacls storage bootstrap\cache /grant "IIS_IUSRS:(OI)(CI)M" /T
Shared hosting terminal
chmod -R 775 storage bootstrap/cache