Manage Laravel Passport clients and tokens.
- PHP >= 7.1.3
- Laravel 5.8.* (https://laravel.com)
- Laravel Nova 2.* (https://nova.laravel.com)
-
composer require "genealabs/nova-passport-manager:*"
- Add the tool to your
app\Providers\NovaServiceProvider.php
:public function tools() { return [ // ... new GeneaLabs\NovaPassportManager\NovaPassportManager, // ... ]; }