laravel-config-to-env maintained by langleyfoxall
Description
⚙ Artisan command that replaces all variables in a Laravel config file with calls to env()
Last update
2018/11/05 10:52
(dev-master)
License
Downloads
8
⚙ Laravel Config To Env
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"