tbirrell / laravel-storage-autofix
There is no license information available for the latest version (0.1.0) of this package.
Artisan command to fix common Laravel storage errors
Package info
github.com/tbirrell/Laravel-Storage-AutoFix
pkg:composer/tbirrell/laravel-storage-autofix
0.1.0
2019-10-06 01:43 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-11 19:30:53 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.