In the configuration developers must be able to define which type of url format they would prefer to use ````php ['route_format']=>'/object/:id' ```` > http://domain.com/controller/method/object/:id or ````php ['route_format']=>'/:id ```` > http://domain.com/controller/method/:id