Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Route::get('/elfrid', function () {
  2.     return "<h1>Hello Elfrid, Welcome To Laravel</h1>";
  3. });