File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ composer.lock
3
3
vendor
4
4
coverage
5
5
.idea
6
+ .phpunit.result.cache
Original file line number Diff line number Diff line change @@ -20,9 +20,17 @@ composer require --dev beyondcode/laravel-dump-server
20
20
21
21
You can find the documentation on the [ Beyond Code website] ( https://beyondco.de/docs/laravel-dump-server/installation ) .
22
22
23
- ### Changelog
23
+ ## Looking for ` dump ` on steroids? Check out Laravel Herd!
24
+ <img src =" https://github.com/beyondcode/laravel-dump-server/assets/26432041/28a74ab1-35bd-42d1-bcfe-98e7f7101c1e " alt =" Herd logo " style =" width : 150px " />
24
25
25
- Please see [ CHANGELOG] ( CHANGELOG.md ) for more information on what has changed recently.
26
+
27
+ Herd Pro gives you a powerful interface to help you watch and collect your debug information.
28
+
29
+ All of your application's ` dump() ` and ` dd() ` calls will be beautifully formatted and can be filtered from Herd's separate Dump window.
30
+
31
+ Just keep using ` dump() ` as usual – Herd will take care of the rest.
32
+
33
+ [ herd.laravel.com] ( https://herd.laravel.com )
26
34
27
35
## Contributing
28
36
@@ -40,4 +48,3 @@ If you discover any security related issues, please email
[email protected] ins
40
48
## License
41
49
42
50
The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
43
-
Original file line number Diff line number Diff line change 15
15
"role" : " Developer"
16
16
}
17
17
],
18
+ "conflict" : {
19
+ "spatie/laravel-ray" : " *"
20
+ },
18
21
"require" : {
19
22
"php" : " >=7.2.5" ,
20
23
"illuminate/console" : " 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" ,
Original file line number Diff line number Diff line change 14
14
<directory >tests</directory >
15
15
</testsuite >
16
16
</testsuites >
17
- <filter >
18
- <whitelist >
19
- <directory suffix =" .php" >src/</directory >
20
- </whitelist >
21
- </filter >
22
- <logging >
23
- <log type =" tap" target =" build/report.tap" />
24
- <log type =" junit" target =" build/report.junit.xml" />
25
- <log type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
26
- <log type =" coverage-text" target =" build/coverage.txt" />
27
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
28
- </logging >
17
+
29
18
</phpunit >
You can’t perform that action at this time.
0 commit comments