Skip to content

Routes prioritising #438

@Tadaz

Description

@Tadaz

Hello,

I have the SPA application which uses the modules package.

The main routes file (resources/web.php) contains SPA route:
Route::any('/{any}', 'SPAController')->where('any', '.*');

My module's route file contains some other routes that are never executable since the system always catches the SPA's route first.

How could I preload the module's routes before the main/Laravel ones?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions