Answer the question
In order to leave comments, you need to log in
Doesn't see the HTML class! Laravel?
I installed the Forms & HTML package:
> composer require "laravelcollective/html":"^5.4.0"
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing laravelcollective/html (v5.4.8)
Downloading: 100%
'providers' => [
// ...
Collective\Html\HtmlServiceProvider::class,
// ...
],
'aliases' => [
// ...
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
// ...
],
{!! HTML::image('assets/img'.$page->images) !!}
(1/1) FatalErrorException
Class 'HTML' not found
in c0529dc04b30e9c01031d8f2075ae69bb4a442c8.php (line 16)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question