dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 139 forks source link

Lumen 6 Nothing to Migrate #118

Closed HidayatRivai2020 closed 2 years ago

HidayatRivai2020 commented 4 years ago

I follow the instruction, but i cant find migration file and cannot migrate oauth table to database..

gldeleon commented 4 years ago

Try this:

php artisan migrate:refresh

work for me!

jeisonjs commented 4 years ago

Try this:

php artisan migrate:refresh

work for me!

It works for me too!