Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WhillはYiiと連携しており、現在のアクションを取得するための便利な方法を提供していると思います。その方法はLaravelで利用できますか?
ありがとうございました。
使用する
Request::route()->controller_action
はRequest::route()、現在のリクエストのルート オブジェクトを返します。このオブジェクト内にルーティングの詳細が表示されます。コントローラ ルートではなくクロージャ ルートである場合Request::route()->controller_actionは、null になります。
Request::route()