Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/levizoesch/laravel-set-environment
- Owner: levizoesch
- Created: 2023-02-12T07:53:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T04:06:47.000Z (5 months ago)
- Last Synced: 2024-11-11T03:28:20.197Z (2 months ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```