I did it once in my Framework before switching to Laravel. We still use My Framework for mission critical systems. You need to do the following: Create a Router class that will handle mapping routes to their respective controller methods. class Router { ...
Home/Questions