-
Sorry to open an issue for this, but I can't understand why Composer isn't installing a dependency:
```
$ composer update --prefer-source
Loading composer repositories with package information
Updati…
-
Maybe is better to point to https://github.com/kint-php/kint
Mte90 updated
7 years ago
-
I am using Kint by simply including the mentioned file in my project. A mere Kint::trace() call is conditionally causing serious issues. In some cases its working fine but in certain places(like the o…
-
a mere Kint::trace() call is conditionally causing serious issues. In some cases its working fine but in certain places(like the one mentioned below) it is modifying my internal variable.
![del](…
-
hi
tanx for good package
how can I add new function as helper function without edit source file of library (init_helpers.php)?
-
While I feel like the main Kint repo should offer all manner of plugins (With the condition that they relate to core PHP features, not third party stuff eg. twig), there are a *lot* of plugins in Kint…
-
In Yii developers often write
```
var_dump($var);
die();
```
while debugging. It is exhausting. In Laravel we can simply write
```
dd($var);
```
Why not to do the same thing in Yii?
-
Users entering an address should pull representatives from API with name, photo, phone number, and email.
-
Is there anyway to define the Location (at best just above the tag) where the script and style Tag should get rendered?
Background ist that I have a Page with an appWrapper which is watched by Vue…
-
Hi,
I'm using Kint 2.1.1
Trying to dump a wrong XML like `Kint::dump('
meuxx updated
7 years ago