dusterio / lumen-passport

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

I am using lument-passport migrate cmd not working #145

Closed navaneetharajan closed 2 years ago

navaneetharajan commented 3 years ago

I am using lumen 7.x version. I refer this link:https://github.com/dusterio/lumen-passport. Migrate and install Laravel Passport

Create new tables for Passport

php artisan migrate

Install encryption keys and other necessary stuff for Passport

php artisan passport:install - Run this cmd i am facing issue like this issus: There are no commands defined in the "passport" namespace.

altugaykut commented 3 years ago

I'm currently using lumen 8.x version and I have to add composer require laravel/passport to add passport functionality into php artisan, maybe you may need to install as well.