Class 'App\Http\Controllers\DB' not found and I also cannot use a new Model 的解决方

作者: admin 日期: 2016-10-07 00:48:34 人气: - 评论: 0

使用laravel的db插入数据

DB::table('tags')->insert(
['name'=>'test']
);

报错Class 'App\Http\Controllers\DB' not found and I also cannot use a new Model

解决方法:

在DB前面加个反斜杠

\DB::table('tags')->insert(
['name'=>'test']
);


相关内容

发表评论
更多 网友评论0 条评论)
暂无评论

Copyright © 2012-2014 我的代码板 Inc. 保留所有权利。

页面耗时0.0287秒, 内存占用1.82 MB, 访问数据库13次

闽ICP备15009223号-1