Closed svandragt closed 4 years ago
What's interesting is that if we want to creates non blog or static sites; for example use this a framework for webservices; which could have some kind of crud flow.. would have to work through that ot see how that would affect routing.
Blog is only one App. There could be a ApiApp.
In the App->run()
class method, default routes are specified for ease of use. The user can pass their own into the instance's run method which are combined and filtered out.
Not convinced. Flexibility is nice. However the implementation has to be simple