where to add new routes in application flow?
Before the actual routing takes place each of my modules routes should be added to the router. What is the standard place to load these routes from the DB? In bootstrap (getting router and adding routes there)?
thanks
|