dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Index.php #1514

Closed FaisalAriyanto closed 5 years ago

FaisalAriyanto commented 6 years ago

Im using lumen version 5.4.*, i host to server (CentOs) and why i must call /index.php to run app?

specialtactics commented 5 years ago

You need to route the request to index.php, how you do that is up to you, but typically people use webserver rewrites or fallbacks (depending on which server you are using).

Anyway, this has nothing to do with dingo.