Hello,
I'm developing a web system using laravel 5.2 and I used make: auth to generate the laravel login system, but I came across the following problem:
I want to use the same login page on the registration form, but when I click on the submit, both error messages appear for both inputs and if I fill in the registration form it directs to / register trying to log in.
How could you be solving this?
Thank you.