acitjazz/laravelstagingmode

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

This package is auto-updated.

Last update: 2024-04-14 11:26:15 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.