LaravelPackages.net
Acme Inc.
Toggle sidebar
tbirrell/laravel-storage-autofix

Artisan command to fix common Laravel storage errors

11
0
0.1.0
About tbirrell/laravel-storage-autofix

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

Laravel Storage Auto Fix

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.

Star History Chart