peterfox/hexavel-passport

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

1.0.0 2016-08-26 02:40 UTC

This package is not auto-updated.

Last update: 2024-04-25 00:33:52 UTC


README

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,