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

Weird. Can you post your view that also just lists out the team members already assigned?

0

Is it possible that your list consists of another form? Nested forms don't work in HTML.

Do you get an exception after submitting the form?

0

also check whether this line: {!! Form::open(array('action' => 'ProjectController@addTeamMember')) !!} is adding a method of post automatically for you..

also you dont say what actually happens when you click on submit button?

0

Check "php artisan route:list" if everything is set up as you expect.

0

Thanks so much for the replies! Walked away from the 'puter for the evening after I didn't get any further.

Just spent 20 mins formatting my reply with code views etc... to find that this is now working... I have NO idea what was preventing this from working last night -- and i don't have a code commit to run a diff on to see what changed (cause I didn't commit a broken feature)...

Chalk it up to code blindness. I suspect it may have been the order of my route commands -- that one was superseding my endpoint for this method.

Truly appreciate the replies.

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

oldskool oldskool Joined 13 Jul 2015

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.