Please help me, I\'m working on a Laravel using the latest version of xampp & do not know what the cause of my problem is.
This route is working fine:
Have you tried adding a slash before the name? like this:
Route::get('/about', function () { return 'aaa'; });