Php versions – 404 | not found error if I create any route rather than default one
I installed Laravel latest version i.e v7 but when I try to change the route or create my own route that route is not working. Here is the default route. Route::get('/', function () { return view('welcome'); }); This is what…