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
This package is auto-updated.
Last update: 2026-03-11 18:27:28 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.