https://github.com/peterfox/hexavel-passport
A compatibility package for Laravel Passport and Hexavel
https://github.com/peterfox/hexavel-passport
Last synced: 5 months ago
JSON representation
A compatibility package for Laravel Passport and Hexavel
- Host: GitHub
- URL: https://github.com/peterfox/hexavel-passport
- Owner: peterfox
- License: mit
- Created: 2016-08-26T02:43:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T02:44:06.000Z (almost 10 years ago)
- Last Synced: 2025-06-14T18:56:53.862Z (about 1 year ago)
- Language: Vue
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```php
Hexavel\Passport\PassportServiceProvider::class,
```