hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

Tried the project, but got 404 error #49

Open gengjunwu opened 6 years ago

gengjunwu commented 6 years ago

Initially, I tried to follow the tutorial with Lumen 5.5, it failed for some errors I could not figure out. Then I cloned this repo, I tried to get access token with Postman, but all I got is:

{"status":404,"message":"The requested resource was not found"}

What could be the problem? Thanks.

kajackdfw commented 6 years ago

Did you run ..
myPC>php artisan migrate // creates users table if you have db defined in .env