Download the PHP package ka4ivan/laravel-api-debugger without Composer
On this page you can find all versions of the php package ka4ivan/laravel-api-debugger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ka4ivan/laravel-api-debugger
More information about ka4ivan/laravel-api-debugger
Files in ka4ivan/laravel-api-debugger
Download ka4ivan/laravel-api-debugger
More information about ka4ivan/laravel-api-debugger
Files in ka4ivan/laravel-api-debugger
Vendor ka4ivan
Package laravel-api-debugger
Short Description A debugging tool for Laravel APIs that provides request execution time and query profiling.
License MIT
Package laravel-api-debugger
Short Description A debugging tool for Laravel APIs that provides request execution time and query profiling.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-api-debugger
A debugging tool for Laravel APIs
Installation
1) Require this package with composer
2) Debug works if the APP_DEBUG
= true
How it works
- The debugger will start logging SQL queries and request data for every API request.
- It will only activate if
APP_DEBUG=true
in your.env
file. - The results, including query count, execution time, and detailed data, will be attached to the API response for debugging purposes.
Example
When you send an API request and APP_DEBUG=true
, you'll receive the following debug data in the response:
License
This package is licensed under the MIT License. You can freely use, modify, and distribute this package, provided that you include a copy of the license in any redistributed software.
All versions of laravel-api-debugger with dependencies
PHP Build Version
Package Version
The package ka4ivan/laravel-api-debugger contains the following files
Loading the files please wait ....