Skip to content

Instantly share code, notes, and snippets.

@ammezie
Created November 13, 2019 20:54
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/e96a7b0bc234e3269c2aaa66a95b4e26 to your computer and use it in GitHub Desktop.
Save ammezie/e96a7b0bc234e3269c2aaa66a95b4e26 to your computer and use it in GitHub Desktop.
// app/Http/Controllers/HomeController.php
public function dashboard()
{
return view('dashboard');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment