Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 23, 2018 13:58
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 uno-de-piera/4c3c7e2043dbc734ec59744b9961433d to your computer and use it in GitHub Desktop.
Save uno-de-piera/4c3c7e2043dbc734ec59744b9961433d to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return view('welcome');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment