Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfox/hexavel-passport
A compatibility package for Laravel Passport and Hexavel
https://github.com/peterfox/hexavel-passport
Last synced: 5 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T02:44:06.000Z (about 8 years ago)
- Last Synced: 2024-10-12T11:34:37.267Z (about 1 month ago)
- Language: Vue
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- 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,
```