Created
February 22, 2023 23:52
-
-
Save emjayess/5a67c434a228d95f71dc25390e1280f5 to your computer and use it in GitHub Desktop.
phpinfo route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (App::environment(['local', 'staging'])) { | |
Route::get('phpinfo', phpinfo()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment