You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ Register the package with laravel in `config/app.php` under `providers` with the
61
61
```
62
62
63
63
### Configuration
64
-
Laravel PHP Info can be configured in directly in `/config/laravelPhpInfo.php` or in the variables in your `.env` file.
64
+
Laravel PHP Info can be configured in directly in [`/config/laravelPhpInfo.php`](https://github.com/jeremykenedy/laravel-phpinfo/blob/master/src/config/laravelPhpInfo.php) file.
65
65
66
66
##### Config File
67
-
Here is the `/config/laravelPhpInfo.php` configuration options:
67
+
Here is the [`/config/laravelPhpInfo.php`](https://github.com/jeremykenedy/laravel-phpinfo/blob/master/src/config/laravelPhpInfo.php) configuration options:
0 commit comments