doge-dev/laravel-mongo-passport

Laravel Passport implementation for MongoDB

1.0.3 2018-07-18 09:04 UTC

This package is not auto-updated.

Last update: 2024-03-17 02:15:17 UTC


README

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