Hello,
I followed the Slim installation instructions and here is what I get on XAMPP:
visiting: http://localhost/www/myslimsite/public/
Fatal error: Uncaught Slim\Exception\HttpNotFoundException: Not found. in C:\xampp\htdocs\www\myslimsite\vendor\slim\slim\Slim\Middleware\RoutingMiddleware.php on line 91
( ! ) Slim\Exception\HttpNotFoundException: Not found. in C:\xampp\htdocs\www\myslimsite\vendor\slim\slim\Slim\Middleware\RoutingMiddleware.php on line 91
What’s the problem here? How can I get it installed without errors?
Thanks