I am trying to accept an image in my frontend react app to my api and then store it back into a path...
So basically I have use Lumens as my backend api (at localhost:8000). Now on my frontend React app (...
It seems when I do a POST request with data, then I get the following error message in the console:...
On production, when I navigate to http://api.mywebsite.com/api/mail/send in my browser I get a 404 p...
I have a REST API with Laravel 5.5 LTS that I want to deploy to my ubuntu server and use nginx. I ha...
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.
The community