gpt4 book ai didi

laravel - 在 Laravel 5.5 中获取当前路由的名称

转载 作者:行者123 更新时间:2023-12-04 14:39:04 24 4
gpt4 key购买 nike

我知道在以前的 Laravel 版本中,您可以通过在路由类中调用 getCurrentRoute 来获取名称,但是自从 5.5 发布以来,我如何做到这一点仍然是个谜?

在以前的版本中,我就是这样做的。

Route::getCurrentRoute()->getPath();

最佳答案

您可以调用currentRouteName在路线类上。

Route::currentRouteName();

不要忘记使用类。
use Illuminate\Support\Facades\Route;

关于laravel - 在 Laravel 5.5 中获取当前路由的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48449008/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com