Support the ongoing development of Laravel.io →
Views Forms Installation

I added the providers and aliases

Collective\Html\HtmlServiceProvider::class,

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

My composer.json looks like this:

"require": {
   "laravelcollective/html": "^5.4"
},

View:

{!! Form::open(array('route' => 'persons.store','method'=>'POST')) !!}
    // content
{!! Form::close() !!}

I tried composer update and everything and it's still not working. What am I doing wrong??

Thanks

Last updated 3 years ago.
0

Do you have the config cached?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

stijndev stijndev Joined 22 Feb 2017

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.