-
@timothymarois Could there be a new release tagged? While upgrading to Laravel 10, the dependency on Google ads in the 1.5 release (latest version tagged), is set to a specific version which is locked…
-
Hello
Thanks for your great package
I have issues installing the package on laravel 8, PHP8
--- Composer :
Your requirements could not be resolved to an installable set of packages.
Problem 1…
-
I just install by composer require the package, but when i try to create the doc using artisan apidoc:generate, this error appears :
` TypeError
Argument 1 passed to Mpociot\ApiDoc\Tools\Docu…
-
Hi, i'm maintaining my own preset too, and i have hard time supporting Laravel 7.
I tried your preset with a fresh Laravel 7 app, and seems like you have the same issue :
`Class 'Illuminate\Founda…
-
### Subject of the issue
`JWTFactory` instantiates the same payload and token from a previous call to the function.
### Your environment
| Q | A
| ----------------- | ---
| Bug?…
-
### Subject of the issue
When `JWT_MAX_REFRESH_PERIOD` is set (not null), then any login attempt throw `Token has expired` exception.
### Your environment
| Q | A
| -------------…
-
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks!
(Any **non-English** issues will be closed immediately.)
1. Please provide your PHP and Swo…
-
**Describe the bug**
While unit testing I got the exception REQUEST_METHOD in the constructor of the Request class. It is the same bug as #45, but I'm not using Octane/Swoole in my app. I just extend…
-
It keeps throng a `Tymon\JWTAuth\Exceptions\TokenExpiredException` when calling `$token = JWTAuth::attempt($req->only('email', 'password'));`.
I'm not even sending a token, just trying to generate…
-
### Versions:
- ide-helper Version: 2.8.1
- Laravel Version: 8.9.0
- PHP Version: 7.4.10
### Question:
Hi there, I've been using this package for a long time now and I just noticed that when…