Looking to hire Laravel developers? Try LaraJobs

laravel-env-set maintained by emr

Description
Set a .env file on Laravel
Last update
2019/07/07 23:55 (dev-master)
License
Downloads
7

Comments
comments powered by Disqus

Laravel Environmet Set

Latest Version on Packagist License

Change .env file variables on Laravel

Emrullah İLÇİN

Installation

You can install the package with Composer

composer require emr/laravel-env-set

Usage

$ php artisan emr:laravelenvset APP_NAME=Example

Other Examples:

$ php artisan emr:laravelenvset APP_NAME="Example 1"
$ php artisan emr:laravelenvset App_Name="Example 1"
$ php artisan emr:laravelenvset App_Name "Example 1"
$ php artisan emr:laravelenvset App_Name Example1