Laravel 8 访问当前路由

2021-07-13 15:40 更新

您可以使用 Route 门面的 currentcurrentRouteNamecurrentRouteAction 方法处理传入的请求路由访问信息:

$route = Route::current();

$name = Route::currentRouteName();

$action = Route::currentRouteAction(); 

有关 Route 门面Route 实例 的基础类的信息,请参阅 API 文档,以查看所有可访问的方法。


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号