致命错误:找不到“HTML”类Laravel 4.2

时间:2016-07-21 05:34:14

标签: php laravel laravel-4.2

为什么错误,我尝试使用宏

已添加

"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';

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

您无法再使用此html包"Illuminate / html": "4.2. *"

所以现在你必须使用这个包https://laravelcollective.com/docs/5.2/html