Obtain api interface debugging information through laravel-debugbar
laravel-debugbar is an extension that can easily get debug information at the bottom of the page, but without HTML, the debug bar will not be displayed. (such as api, etc.).
You can first access the project root directory in the browser, and the debug bar will appear.
Request the specified interface through interface tools such as postman, and return to the browser to click the interface to access the history
Click on the specified interface
You can view the request information of the interface.
I also see that there are relevant suggestions to set an empty page to return, it depends on personal preference
0 Comments