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