I cloned the repo and ran composer install then visited the folder's index.php in Chrome.
The first error was from line 67 of core/Router about Exception not existing. So I added a backslash (\Exception) and that seemed to fix that problem. But now I'm getting
Uncaught Exception: No route defined for this URI. in C:\Program Files (x86)\Ampps\www\dev\The-PHP-Practitioner-Full-Source-Code\core\Router.php on line 67
At this point I'm out of my depth.
Could someone please tell me what I need to do to get the project to work (other than simply watching the videos, which I am already doing)?
I'm guessing the problem is that the project is in a subdirectory of my web root (which is C:\Program Files (x86)\Ampps\www). I've tried prepending the path to the routes in the routes.php file but that didn't work either....