We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169c59b commit 6fbe9ccCopy full SHA for 6fbe9cc
README.md
@@ -7,6 +7,8 @@
7
# Laravel-Env
8
Managing environment variables programmatically and from the command line (by the artisan)
9
10
+
11
+
12
<!-- TOC -->
13
- [Installation](#installation)
14
- [Usage](#usage)
@@ -67,6 +69,7 @@ $ php artisan env:get --json
67
69
**Programmatically**
68
70
71
```php
72
+<?php
73
74
use msztorc\LaravelEnv\Env;
75
@@ -107,6 +110,7 @@ Environment variable with key 'APP_NAME' has been set to 'Laravel App'
107
110
108
111
109
112
113
114
115
116
@@ -133,6 +137,7 @@ Variable 'PUSHER_APP_ID' has been deleted
133
137
134
138
135
139
140
136
141
142
143
laravel-env.gif
352 KB
0 commit comments