Level 44
Check out this comment on stackoverflow, is your route named register or maybe some other name that may cause an issue?
Thanks to everyone. But it is working now, I changed my route url from register to reg and function name from register to reg1 and it started working. I don't know how but may be the issue of unique keywords like register in laravel was causing the problem (still don't know)
1 like