You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-purpose colorful modern alternative to [var_dump](https://www.php.net/manual/function.var-dump.php).
26
+
27
+
## Installing
25
28
26
-
Install VarDump using [Composer](https://packagist.org/packages/chevere/var-dump).
29
+
VarDump is available through [Packagist](https://packagist.org/packages/chevere/var-dump) and the repository source is at [chevere/var-dump](https://github.com/chevere/var-dump).
27
30
28
31
```sh
29
32
composer require --dev chevere/var-dump
30
33
```
31
34
35
+
## Quick start
36
+
32
37
* Use `vd` to dump information about any variable (replaces `var_dump` and `dump`)
33
38
* Use `vdd` to do the same as `vd` and `die(0)` (replaces `dd`)
34
39
@@ -51,7 +56,7 @@ Documentation is available at [chevere.org](https://chevere.org/packages/var-dum
0 commit comments