tbirrell / laravel-storage-autofix
Artisan command to fix common Laravel storage errors
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tbirrell/laravel-storage-autofix
This package is auto-updated.
Last update: 2025-12-11 18:00:12 UTC
README
This package adds an Artisan command to handle the Permission Denied error that usually occurs on the storage/logs directory.
Install
composer require tbirrell/laravel-storage-autofix
Usage
php artisan storage:fix-permissions
Behind the Scenes
This command updates the chown and chmod values for bootstrap/cache and storage to allow the Laravel application access.