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

0.1.0 2019-10-06 01:43 UTC

This package is auto-updated.

Last update: 2024-05-11 14:33:48 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.