作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我尝试在 laravel 中的 blade.php 中编写代码但出现错误
我的普通 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/
我是一名优秀的程序员,十分优秀!