gpt4 book ai didi

php - 当我添加我的新代码然后在 laravel 中收到错误 "This cache store does not support tagging"?

转载 作者:搜寻专家 更新时间:2023-10-31 20:58:46 27 4
gpt4 key购买 nike

我尝试在 laravel 中的 blade.php 中编写代码但出现错误

enter image description here

我的普通 php 代码是:

<?php echo $uri_segment == "users" ? "active" : "";

use App\Libraries\Commonlibrary;

$menu_list_view = Commonlibrary::sidebar_menu_list();
echo $menu_list_view;
?>

我在 blade.php 中做的是:

 {{ $uri_segment == "users" ? "active" : "" }}
@php use App\Libraries\Commonlibrary;
$menu_list_view = Commonlibrary::sidebar_menu_list();
@endphp
{{ $menu_list_view }}

最佳答案

来自 the docs :

Cache tags are not supported when using the file or database cache drivers.

关于php - 当我添加我的新代码然后在 laravel 中收到错误 "This cache store does not support tagging"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48786597/

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