Are you sure you are editing the file in the same project as you are viewing in the browser?
Oct 13, 2024
5
Level 1
Breeze store method from RegisteredUserController not call???
Hello all,
So this is very weird.
I have laravel 11 / Breeze.
In the breeze registration form, the post action is :
On routes/auth.php I have :
Route::post('register', [RegisteredUserController::class, 'store']);
But when I update the store method in this controller, nothing happens. Even if I add an exit() the registration process still works.
Even if I rename the RegisteredUserController.php it works...
Any clue? (yes, I did php artisan cache:clear)
Thanks
Please or to participate in this conversation.