These helpers are no longer part of the core framework, so their documentation is not included in the L5 docs. I believe this is the new home of the helpers and has documentation there: https://github.com/LaravelCollective/html
So i wil have to replace
'Illuminate\Html\HtmlServiceProvider',
and
'Form' => 'Illuminate\Html\FormFacade',
'HTML' => 'Illuminate\Html\HtmlFacade',
That i added manually?
They still exist and work, but I don't think they will be developed any further - that's now the job of the Laravel Collective group.
Anyone know that, the laravelcollective helper works with HTML::image()? what is the alternative syntax for this? Did not see it in the docs though..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community