【发布时间】:2017-05-17 10:11:04
【问题描述】:
我有 centos7 php56 laravel 5 和 memcached 但是当在 routes.php 中尝试 use Cache 时,我得到:
ErrorException in routes.php line 3:
The use statement with non-compound name 'Cache' has no effect
路由器.php
<?php
use Cache;
...
【问题讨论】:
-
你试过用谷歌搜索你的错误吗?有一些较旧的 stackoverflow 问题可以解决这个问题