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

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tbirrell/laravel-storage-autofix

0.1.0 2019-10-06 01:43 UTC

This package is auto-updated.

Last update: 2025-12-11 18:00:12 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.