码迷,mamicode.com
首页 > 其他好文 > 详细

Laravel笔记之Call to undefined method DebugBar\DebugBar::warning()

时间:2016-08-16 13:18:49      阅读:663      评论:0      收藏:0      [点我收藏+]

标签:

使用Laravel Debugbar (Integrates PHP Debug Bar)调试信息报错。

Debugbar::warning(‘Watch out…‘);

报错信息如下:

Call to undefined method DebugBar\DebugBar::warning()

 技术分享

phpStorm工具只能导入包,在导入DebugBar的时候出的问题,导入的是其他的DebugBar的包,所以错误。将命名空间改成:

use Barryvdh\Debugbar\Facade as Debugbar;//命名空间引用

 

不拒打赏:

 技术分享  技术分享

微信

支付宝

Laravel笔记之Call to undefined method DebugBar\DebugBar::warning()

标签:

原文地址:http://www.cnblogs.com/toxufe/p/5776031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!