Support the ongoing development of Laravel.io →
Eloquent Forms
Last updated 1 year ago.
0

the problem was with the opening form

I had this

{{ Form::open(array('id' => 'post_form', 'class' => 'smart-form' )) }}

and it should have been this:

{{ Form::open(array('url'=>'posts','id' => 'post_form', 'class' => 'smart-form' )) }}
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

alexcatrin alexcatrin Joined 14 Aug 2014

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.

© 2024 Laravel.io - All rights reserved.