So I just started a Laravel Project with Breeze, and I wanted to change the default table users , the problem is it didn’t work, I did my research for days and I didn’t get any successful result I will try to explain what is the problem and what have I tried so far. First, I created a new table
Tag: breeze
laravel breeze authentication failed in request file but it’s returns authenticated user in controller
I’m using Laravel breeze as the back end and nextjs in front end. First I login to site and every thing is correct. When trying to insert a new order, in OrderRequest file I Check if the user is authenticated or not : this method always return false but if I bypass the authentication process and always return true and