Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri authored Sep 24, 2022
1 parent 10804c0 commit 8f45dd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,16 @@ asset_url( "/static" ); // https://example.com/static

```

> `env()`
The ***env()*** function can be used to get the value of an environment variable.

```php

env('FOO');

```


## Kernel.

Expand Down

0 comments on commit 8f45dd9

Please sign in to comment.