Skip to content

Instantly share code, notes, and snippets.

@ammezie

ammezie/web.php Secret

Created July 31, 2019 15:07
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/61ba2e611337a70c319beb8c37bbcd7b to your computer and use it in GitHub Desktop.
Save ammezie/61ba2e611337a70c319beb8c37bbcd7b to your computer and use it in GitHub Desktop.
// routes/web.php
Route::get('/', function () {
return view('chat');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment