Commit 718978c 1 parent 8d32a3d commit 718978c Copy full SHA for 718978c
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- bu # Dump 'here'
1
+ # Dump 'here'
2
2
Dump your current line of code, for make sure your on right tract.
3
3
4
4
# Installation
5
5
``` bash
6
- composer require sonypradana/here --dev
6
+ composer require sonypradana/here --dev
7
7
```
8
8
# How to Use
9
- Put ` here() ` anywhere to your code
9
+ Put ` here() ` anywhere in your code
10
10
``` php
11
11
...
12
12
here()->dump();
@@ -20,13 +20,13 @@ Put `here()` anywhere to your code
20
20
- ` here()->countAll() ` , count all group.
21
21
22
22
### Other
23
- - ` here()->dumpIf() ` , dump current line ( if condition true) .
24
- - ` here()->info() ` , dump current line ( without code snapshot) .
23
+ - ` here()->dumpIf() ` , dump the current line if a condition is true.
24
+ - ` here()->info() ` , dump the current line without code snapshot.
25
25
- ` track() ` , print debug backtrace information.
26
- - ` work() ` , short hand for ` here()->dump() ` .
26
+ - ` work() ` , a short hand for ` here()->dump() ` .
27
27
28
28
# Todo
29
- - [X] Socket reporting.
30
- - [ ] Socket reporting - browser view.
31
- - [X] ` here()->count() ` group by filename.
29
+ - [X] Implement socket reporting.
30
+ - [ ] Implement socket reporting with a browser view.
31
+ - [X] ` here()->count() ` Implement here()->count() with grouping by filename.
32
32
You can’t perform that action at this time.
0 commit comments