gpt4 book ai didi

php laravel Blade 文件 Auth::check 不工作

转载 作者:可可西里 更新时间:2023-11-01 00:13:14 26 4
gpt4 key购买 nike

我在 laravel 中使用 Auth::check 函数。在所有 Controller 中它工作正常但在 Blade 文件中它不会工作。

我遇到了这个错误

Whoops, looks like something went wrong.

1/1 FatalErrorException in /var/www/html/laravel-master/storage/framework/views/e016f9336e75e5cb0b189c91cd736729b7184a61.php line 5: Call to undefined method Illuminate\Auth\AuthManager::check() in e016f9336e75e5cb0b189c91cd736729b7184a61.php line 5

我的 Blade 文件授权校验码是

@if(Auth::check())
<div class="dispayingTextDiv"></div>
@endif

怎么了?

最佳答案

尝试使用:auth()->check()\Auth::check(),或者删除/var/www/中的所有 View html/laravel-master/storage/framework/views/.

关于php laravel Blade 文件 Auth::check 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35501354/

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