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: 2024-09-14 12:22:36 UTC
README
安装
通过Composer
$ composer require acitjazz/laravelstagingmode
用法
更改应用环境为staging
APP_ENV=staging
更改缓存驱动为redis
CACHE_DRIVER=redis REDIS_CLIENT=predis
使用以下命令发布配置
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
鸣谢
- [Acit Jazz][https://github.com/acitjazz]
许可证
MIT。有关更多信息,请参阅许可证文件。