So locally I run "php artisan serve" which starts the development server. But how would I...
I think I have solved this by using: https://github.com/spatie/laravel-cors
ah found the problem maybe: root /mywebsite/api/public; should have been root /root/mywebsite/api/pu...
Hmm yeah thats exactly what I have and tried, so I feel it must me my nginx setup which I also do no...
I considered that as well but I still get the 404 when I do this: http://api.mywebsite.com/api/api/m...
Well to explain it further, I have a git projects with 2 directories. Frontend - a node app that I...
The Laravel portal for problem solving, knowledge sharing and community building.