-
In a fresh untouched system the default `Kint::$max_depth` of 7 is perfectly fine. In larger custom-built solutions 6 is more appropriate. In the behemoths typical of popular PHP projects you might wa…
-
When i do a {{ kint() }} in my twig view, got this error
SF 2.8.9 on Sylius 0.18
is Kint use php eval code function ?
With a variable inside the kint call, got this one:
```
eval()'d code): faile…
-
My `composer.json`:
```json
{
"name": "ucomm/castor",
"description": "A Beaver Builder module pack by UComm.",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"aut…
-
-
Hi !
This is not really an issue, but i don't know where i can ask it :(
I don't want to dump Doctrine proxies, cause they have too much linked objets, and each time, kint goes out of memory.
…
-
A http://2017.drupalaton.hu/accomodation oldalon a következő bekezdést meg kéne formázni:
The Drupalaton attendees receive a special discount from the hotel.
Please fill in the following reservat…
-
Hi there!
I have used kint in a plugin wrapper for some time now and finally I have released it as a plugin:
https://wordpress.org/plugins/pco-kint/
There is already a plugin marked for WordPress, …
-
I made a Kint add-on for Concrete5 : http://www.concrete5.org/marketplace/addons/kint-debug
You can add it to your list, if you want.
Kint is awesome :+1:
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Symfony version | 3.3.6
Using a callable …
-
The following basic code:
does a `Fatal error: Class 'Kint_Parser_Trace' not found in kint.php on line 442`
File tree:
/
> index.php
> kint.php
What can I do ?