skip to Main Content

Laravel – How to release only API routes

I developed a web application with React frontend and Laravel for stateless API. I would like to access to the frontend with the url "http://localhost/my-application" and the backend's API with the url "http://localhost/api/my-application/". I created the folder "www/api/my-application" and here…

VIEW QUESTION
Back To Top
Search