peterfox / hexavel-passport by peterfox

A package that allows for the install of Laravel Passport into Hexavel
10
0
3
Package Data
Maintainer Username: peterfox
Maintainer Contact: peter.fox@peterfox.me (Peter Fox)
Package Create Date: 2016-08-26
Package Last Update: 2016-08-26
Language: Vue
License: MIT
Last Refreshed: 2024-04-22 03:05:02
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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,