Skip to content

Allow extending DefaultRouter rather than BaseRouter #682

@g105b

Description

@g105b

When the application has its own router, it's useful to just add a single routing rule rather than define the whole router again.

Due to WebEngine's default router not being within a PSR-4 autoloading path, it's impossible to extend the DefaultRouter, and applications always have to extend the BaseRouter and define all routes again themselves.

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