Looking to hire Laravel developers? Try LaraJobs

laravel-mongo-passport maintained by doge-dev

Description
Laravel Passport implementation for MongoDB
Author
Last update
2018/07/18 11:04 (dev-master)
License
Links
Downloads
123

Comments
comments powered by Disqus

laravel-mongo-passport

Laravel Passport implementation for MongoDB

Instalation

In order to use laravel passport with your models, add PassportServiceProvider service provider in config/app.php:

DogeDev\Passport\PassportServiceProvider::class,

Then follow the official Passport instalation on Laravel's official documentation

TODO

  1. Add tests