Laravel 11 update and React.js api request problem
I’m facing this problem at Laravel 11 update. When I was using Laravel 10, my API requests from React frontend to Laravel backend works well without any problem.
This is the axios-client.js that I set up