-
### Subject of the issue
Hi,
I made a simple jwt authentication in lumen but i'm think this has a problem, Because i can send login request and after get the token, I send another request but i can…
ghost updated
3 years ago
-
### Subject of the issue
Lumen 5.8 + Blacklists do not work completely
### Your environment
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | n…
-
#### What are you trying to achieve?
Run tests in general (using make).
#### What do you get instead?
```bash
Fatal error: Declaration of Codeception\Lib\Connector\Lumen\DummyKernel::handle(Symf…
-
When I call `composer require websight/l5-google-cloud-storage` I got the following output:
> Your requirements could not be resolved to an installable set of packages.
> Problem 1
> - Inst…
-
### update lcobucci/jwt to 4.0.4 or to 3.4.6
There is a critical vulnerability issue in this package that is used in your package and it needs upgrade
### Your environment
| Framework …
-
I understand the need to strip out all the unnecessary features and capabilities from Laravel to make Lumen, but I can't help but feel like some features, like the artisan `make` commands, should be i…
-
**Describe the bug**
For some reason I find myself doing docker restart the more I use search throughout the day. The container is just sitting pretty there, no load. Nothing in NPM's logs other than…
-
### Subject of the issue
cannot install this package in laravel 8.32
### Your environment
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
…
-
I am using lumen framework and I noticed multiple word named routes do not work with this package.
```
New Article
```
```
$router->get('/article/create', [
'as' => 'article.crea…
-
Is there any plan to add support for lumen? I tried out with lumen 5.4 but it seem to break php artisan in similar way as described in https://github.com/laravel/lumen-framework/issues/504.