79085594

Date: 2024-10-14 09:44:07
Score: 1
Natty:
Report link

OK, so the answer is that in my web.php I had :

require DIR.'/auth.php';

Auth::routes();

I had to remove Auth::routes(); It does not also add default route (like lhe previous require did) but seems also use default controller when it can t find the auth controller located in app/http/controllers/auth...

It is strange because it was what was written after installing Breeze.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Jean François Manatane