Laravel 5.1 Route Object not found
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: Route::get('/', function () { return 'aa'; }); This route gives an error "Object not found!": Route::get('about', function () { return 'aaa'; }); httpd.vhosts: <VirtualHost test.loc:80> DocumentRoot "C:/xampp/apps/test.loc/public" ServerName test.loc <Directory "C:/xampp/apps/test.loc/public"> #AllowOverride All - when I use this, I get a "Access forbidden!" for all routes Require all granted - this works for the main route, other routes give