Skip to content

Support base prefix for url generator #183

@xepozz

Description

@xepozz

I want to write an application that will live under some path, e.g. /blog
So I have two ways to write my urls:

  1. Each route should contain /blog
  2. Add a prefix to url generator that will automatically add the prefix to all further urls

If I choose the first option that I need to rewrite all my urls when I want to move from /blog to /.
There are more problems than I described above: proxying, making extensions and etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions