Support the ongoing development of Laravel.io →

Philip Metzger

Joined 5 Feb 2019

Statistics

Threads 6
Replies 5
Solutions 0
Articles 0
posted 4 years ago

Lumen storing images error: Path is outside of the defined r

I am trying to accept an image in my frontend react app to my api and then store it back into a path...

0 Likes
0 Replies
posted 4 years ago

Calling a PHP Lumen Backend from a React frontend

So basically I have use Lumens as my backend api (at localhost:8000). Now on my frontend React app (...

0 Likes
1 Replies
posted 5 years ago

Post request with data results in cors issue

It seems when I do a POST request with data, then I get the following error message in the console:...

0 Likes
0 Replies

404 when navigating to a get route in laravel on production

On production, when I navigate to http://api.mywebsite.com/api/mail/send in my browser I get a 404 p...

0 Likes
6 Replies

Deploying laravel api rest on ubuntu and nginx

I have a REST API with Laravel 5.5 LTS that I want to deploy to my ubuntu server and use nginx. I ha...

0 Likes
0 Replies
replied 4 years ago

Calling a PHP Lumen Backend from a React frontend

I think I have solved this by using: https://github.com/spatie/laravel-cors

0 Likes
replied 5 years ago

404 when navigating to a get route in laravel on production

ah found the problem maybe: root /mywebsite/api/public; should have been root /root/mywebsite/api/pu...

0 Likes
replied 5 years ago

404 when navigating to a get route in laravel on production

Hmm yeah thats exactly what I have and tried, so I feel it must me my nginx setup which I also do no...

0 Likes
replied 5 years ago

404 when navigating to a get route in laravel on production

I considered that as well but I still get the 404 when I do this: http://api.mywebsite.com/api/api/m...

0 Likes
replied 5 years ago

deploying laravel to production

Well to explain it further, I have a git projects with 2 directories. Frontend - a node app that I...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.