美文网首页
62. 路由 访问当前路由

62. 路由 访问当前路由

作者: 独步天堂 | 来源:发表于2017-10-06 23:52 被阅读8次
    • 你可以使用 Route Facade 上的 current、currentRouteName 和 currentRouteAction 方法来访问处理传入请求的路由的信息:
    $route = Route::current();
    
    $name = Route::currentRouteName();
    
    $action = Route::currentRouteAction();
    

    在模板中使用

    <?php echo

    相关文章

      网友评论

          本文标题:62. 路由 访问当前路由

          本文链接:https://www.haomeiwen.com/subject/ivcdyxtx.html