Skip to content

Instantly share code, notes, and snippets.

@Snaver
Last active August 19, 2018 19:59
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 Snaver/05a11a580eb09f9c02005b585858c7f3 to your computer and use it in GitHub Desktop.
Save Snaver/05a11a580eb09f9c02005b585858c7f3 to your computer and use it in GitHub Desktop.
Route::get('/route-list', function () {
Artisan::call('route:list');
return '<pre>'.Artisan::output();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment