langleyfoxall/laravel-config-to-env
Composer 安装命令:
composer require langleyfoxall/laravel-config-to-env
包简介
⚙ Artisan command that replaces all variables in a Laravel config file with calls to env()
README 文档
README
This package provide an Artisan command that replaces all variables in a
Laravel config file with calls to env().
Installation
You can then run the following Composer command to install this package.
composer require langleyfoxall/laravel-config-to-env
Usage
# Run on a single config file php artisan config:config-to-env "config/queue.php" # Run on all config files php artisan config:config-to-env "config/*.php"
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-only
- 更新时间: 2018-11-05