-
In doc:
```
-
With this package on composer.json:
```
"creocoder/yii2-flysystem": "^1.1", [1.1.0]
"league/flysystem-aws-s3-v3": "~1.0", [1.0.30]
```
Then, In Yii2 config:…
-
Working on the profiler, I found that most `ext-mongodb` classes are not correctly dumped by `symfony/var-dumper`. The specific dumpers could be integrated to Symfony directly, but we can start imple…
-
I'm trying to use this on Lumen. Right away I get
```
Class 'Symfony\Component\VarDumper\Cloner\VarCloner' not found
```
I suspect that the docs on which extensions to disable are not quite up to da…
-
When I use this setting, it creates a duplicate menu causing Symfony vardumper to attach two identical tags, thereby creating duplicate expand buttons on dd() arrays, which expands/collapses them im…
-
Hi, any plans to support Symfony 4/5/6 with this package? :)
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md)
- [X] I have already [searched in existing…
-
This has been added by https://github.com/swooletw/laravel-swoole/issues/254
You can even override dd:
https://gist.github.com/chrisliuqq/96de1ef8160a1d41b6af315c6fb611f3
-
I want to get the Userinformations but nothing works...
Yii::$app->user->getEmail();
dont works
-
Prometheus can only deal with floats written with a dot (`2.20` in `en_EN` for example). However if a project is set to use `ru_RU`, floats are written with a comma.
```php