Skip to content

Define URL routes #10

@natedrake

Description

@natedrake

In the configuration developers must be able to define which type of url format they would prefer to use

['route_format']=>'/object/:id'

http://domain.com/controller/method/object/:id

or

['route_format']=>'/:id

http://domain.com/controller/method/:id

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions