peterfox/hexavel-passport

A package that allows for the install of Laravel Passport into Hexavel


Keywords
oauth, laravel, hexavel
License
MIT

Documentation

Hexavel Passport

Required compatibility package for installing Laravel Passport to a Hexavel project due to the different location of the resources folder.

Rather than adding the service provider for Laravel Passport you should use

Hexavel\Passport\PassportServiceProvider::class,