peterfox/hexavel-passport

This package is abandoned and no longer maintained. The author suggests using the peterfox/hexavel-passport package instead.

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: 2025-03-14 11:41:43 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,