acitjazz / laravelstagingmode
:package_description
dev-main
2022-12-14 08:31 UTC
Requires
Requires (Dev)
- orchestra/testbench: ~7
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2025-03-14 13:21:39 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
- [Acit Jazz][https://github.com/acitjazz]
License
MIT. Please see the license file for more information.