dusterio / lumen-passport

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

Docs to add config before installation. Fix #138 #159

Closed straube closed 2 years ago

straube commented 3 years ago

The passport:install command fails in case the project still doesn't have the proper auth config in place. This might not be an issue directly related to this package, but simply updating the installation instructions could help less experienced developers.

This issue was reported on #138.