I have defined a resourceful route like this:
Route::resource('user/info/experience', 'ExperienceController');
And the following is what i have used in my form:
{!! Form::open([
'route'=>'user.info.experience.store',
'method' => 'post',
]
) !!}
Now it's giving me the
Route [user.info.experience] not defined
What am I doing wrong?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire