Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levizoesch/laravel-set-environment

A simple command to set a Laravel env variable, and value.
https://github.com/levizoesch/laravel-set-environment

Last synced: about 2 months ago
JSON representation

A simple command to set a Laravel env variable, and value.

Awesome Lists containing this project

README

        

# LaravelSetEnvironment
A simple command to set a Laravel env variable, and value.

Composer command
```composer
composer require levizoesch/laravel-set-environment
```

```artisan
php artisan env:set BUILD_ID 1.15.86
```