8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"chrisbjr/api-guard": "3.0.*" in Laravel 5.3 - is there a way to generate an api key from php?
The text was updated successfully, but these errors were encountered:
To generate an API key from within your application, you can use the following method in the ApiKey model:
$apiKey = Chrisbjr\ApiGuard\Models\ApiKey::make();
This is found in the repo readme.
Sorry, something went wrong.
On Laravel 5.3.29, I'm getting this error:
$apiKey = Chrisbjr\ApiGuard\Models\ApiKey::make(); BadMethodCallException with message 'Call to undefined method Illuminate\Database\Query\Builder::make()'
No branches or pull requests
"chrisbjr/api-guard": "3.0.*" in Laravel 5.3 - is there a way to generate an api key from php?
The text was updated successfully, but these errors were encountered: