Testing and debugging Laravel Routes with DebugBar

Zetrider
Oct 9, 2021

To test routes for duplicate sql queries, memory consumption or load time, you can use the convenient laravel-debugbar interface. With the help of debug information debugbar, it becomes possible to quickly collect information about the resources spent when requesting a page in one test.

--

--