Skip to content

Instantly share code, notes, and snippets.

@ammezie

ammezie/web.php Secret

Created November 13, 2019 20:53
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 ammezie/25f145460bc42039c3c64020ed75905a to your computer and use it in GitHub Desktop.
Save ammezie/25f145460bc42039c3c64020ed75905a to your computer and use it in GitHub Desktop.
// routes/web.php
Route::get('/dashboard', 'HomeController@dashboard')->name('dashboard');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment