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

any body help me?

Last updated 1 year ago.
0

any body help me?

Last updated 1 year ago.
0

Your routes file is wrong. You have two get requests for the same uri going to different methods. So the browser is looping.

I presume the second one should be...

Route::get('register', 'UserController@register');
Route::post('register', 'UserController@doregister');

Let me know if it helps!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

giblartar giblartar Joined 26 Nov 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.