文件名称:laravel-api-debugger:轻松调试JSON API
文件大小:19KB
文件格式:ZIP
更新时间:2024-02-20 10:13:03
api laravel rest debug APIPHP
Laravel API调试器 轻松调试JSON API。 在开发JSON API时,有时需要调试它,但是如果使用dd()或var_dump() ,则会中断输出,该输出将影响当前正在使用该API的每个客户端。 调试器旨在为您提供所有调试信息,并且不会破坏输出。 { " posts " : [ { " id " : 1 , " title " : " Title 1 " , " body " : " Body 1 " }, { " id " : 2 , " title " : " Title 2 " , " body " : " Body 2 " } ], " meta " : { " total " : 2 }, " debug " : { " database " : { " total " : 2 , " items " : [ { " connection " : " accou
【文件预览】:
laravel-api-debugger-master
----src()
--------Support()
--------Storage.php(1KB)
--------ServiceProvider.php(2KB)
--------Events()
--------Collections()
--------Collection.php(278B)
--------Debugger.php(4KB)
----.php_cs(664B)
----.travis.yml(564B)
----config()
--------api-debugger.php(648B)
----LICENSE.md(1KB)
----phpunit.xml(742B)
----README.md(5KB)
----.editorconfig(234B)
----tests()
--------TestCase.php(1KB)
--------ServiceProviderTest.php(297B)
--------QueriesCollectionTest.php(4KB)
--------DebuggerTest.php(7KB)
----.gitignore(35B)
----composer.json(1KB)