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' )) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community