acitjazz/laravelstagingmode

:package_description

Maintainers

Package info

github.com/acitjazz/laravel-staging-mode

Homepage

pkg:composer/acitjazz/laravelstagingmode

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2022-12-14 08:31 UTC

This package is auto-updated.

Last update: 2026-03-14 15:16:43 UTC


README

Installation

Via Composer

$ composer require acitjazz/laravelstagingmode

Usage

Change app env to staging

APP_ENV=staging

Change Cache driver to redis

CACHE_DRIVER=redis
REDIS_CLIENT=predis

Publish configuration with:

php artisan vendor:publish --tag=acitjazz-laravelstagingmode.config
php artisan vendor:publish --tag=acitjazz-laravelstagingmode.views
php artisan vendor:publish --tag=acitjazz-acitjazz-laravelstagingmode.middleware

Credits

License

MIT. Please see the license file for more information.