Routing start from web.php file
and after working on view folder
use IlluminateSupportFacadesRoute;
Route::get("/greeting", function () {
return "Hello World";
});
© www.thecoderjob.com. All Rights Reserved. Designed by HTML Codex