Skip to content

[L12] Insert middleware in web group at specific location #54925

You must be logged in to vote

Digging deeper, I found the answer I think

$middleware->prependToPriorityList(
    before: \Illuminate\Routing\Middleware\SubstituteBindings::class,
    append: \Outerweb\Localization\Http\Middleware\SetLocale::class,
);

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by SimonBroekaert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant