This one is awesome laravel inspect tool for debugging the application, It helps to the developer to develop a Quality application, Finding errors, Query log, Request time, Response etc……
#Currently Available Collectors
- MessageCollector – Handling User’s message & dump.
- Exception – Exception
- DBCollector – Queries, including execution time and parameters binding.
- TimersCollector – Timers and time stamps
- RoutesCollector – Application routes
- RequestCollector – Current Request
- ResponseCollector – Current Response
- SessionCollector – Session variables
- ServerCollector – $_SERVER dump
For more information – Laravel Inspector