Looking to hire Laravel developers? Try LaraJobs

laravelstagingmode maintained by acitjazz

Description
:package_description
Author
Last update
2022/12/14 09:31 (dev-main)
License
Downloads
66

Comments
comments powered by Disqus

Laravel Staging Mode

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

  • [Acit Jazz][https://github.com/acitjazz]

License

MIT. Please see the license file for more information.