Skip to content

Commit 6fbe9cc

Browse files
committed
README update
1 parent 169c59b commit 6fbe9cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Laravel-Env
88
Managing environment variables programmatically and from the command line (by the artisan)
99

10+
![](laravel-env.gif)
11+
1012
<!-- TOC -->
1113
- [Installation](#installation)
1214
- [Usage](#usage)
@@ -67,6 +69,7 @@ $ php artisan env:get --json
6769
**Programmatically**
6870

6971
```php
72+
<?php
7073

7174
use msztorc\LaravelEnv\Env;
7275

@@ -107,6 +110,7 @@ Environment variable with key 'APP_NAME' has been set to 'Laravel App'
107110
**Programmatically**
108111

109112
```php
113+
<?php
110114

111115
use msztorc\LaravelEnv\Env;
112116

@@ -133,6 +137,7 @@ Variable 'PUSHER_APP_ID' has been deleted
133137
**Programmatically**
134138

135139
```php
140+
<?php
136141

137142
use msztorc\LaravelEnv\Env;
138143

laravel-env.gif

352 KB
Loading

0 commit comments

Comments
 (0)