Maybe you should post the hole UserSignup.blade.php
No, the form action was set wrong. Its all working now.
I changed it to this and it worked.
{{ Form::open((array('route' => 'users.store'))) }}
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community