Skip to content

Instantly share code, notes, and snippets.

@emjayess
Created February 22, 2023 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emjayess/5a67c434a228d95f71dc25390e1280f5 to your computer and use it in GitHub Desktop.
Save emjayess/5a67c434a228d95f71dc25390e1280f5 to your computer and use it in GitHub Desktop.
phpinfo route
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