Artisan command to fix common Laravel storage errors
tbirrell/laravel-storage-autofix is a Laravel package for artisan command to fix common laravel storage errors.
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version 0.1.0).
Install it with composer require tbirrell/laravel-storage-autofix.
Discover more Laravel packages by tbirrell
or browse all Laravel packages to compare alternatives.
Last updated
This package adds an Artisan command to handle the Permission Denied error that usually occurs on the storage/logs directory.
composer require tbirrell/laravel-storage-autofix
php artisan storage:fix-permissions
This command updates the chown and chmod values for bootstrap/cache and storage to allow the Laravel application access.