为什么错误,我尝试使用宏
已添加
"Require": {
"Illuminate / html": "4.2. *"
}
然后它也被添加
'Illuminate\html\HtmlServiceProvider'
和别名:
'Form' => 'Illuminate\html\FormFacade',
'HTML' => 'Illuminate\Html\HtmlFacade'
但仍然是同样的错误
我的宏:app / helpers / frontend.php
HTML :: macro ('divider', function () {
return "<hr class = \" uk-article-divider \ ">";
});
已加载:
app_path require (). '/ helpers / frontend.php';
感谢您的帮助
答案 0 :(得分:0)
您无法再使用此html包"Illuminate / html": "4.2. *"
所以现在你必须使用这个包https://laravelcollective.com/docs/5.2/html