hypermetrica/nova-passport

A Laravel Nova tool.

0.0.1 2020-08-07 20:24 UTC

This package is auto-updated.

Last update: 2024-03-24 13:00:18 UTC


README

Manage Laravel Passport clients and tokens.

Requirements

Installation

composer require hypermetrica/nova-passport

Add the tool to your app\Providers\NovaServiceProvider.php:

public function tools()
{
    return [
        // ...
        new Hypermetrica\NovaPassport(),
        // ...
    ];
}