Apply middleware(s) to group of routes without prefix
オープン
A-web
C-improvement
- 主要言語
- Rust
- スター
- 24.8k
- フォーク
- 1.9k
- 平均マージ
- 23時間 10分
- マージ済み PR(30日)
- 26
説明
I have set of routes that need to pass through group of middlewares. I tried to use route scopes but it requires prefix to be applied as well. I'm looking for feature like in laravel [route groups ](https://laravel.com/docs/5.6/routing#route-groups)
eg.
public routes:
/login
private routes:
/dashboard
/users/**
/activities/**
/logout
コントリビューションガイド
評価
この issue はまだ評価されていません。