Laravel Debugbar is one of the most popular Laravel packages. It's mostly used for checking SQL queries, but there are more features inside. Let's look at some of them.

Debugbar Example

In this tutorial, we will look at these features:

  • Measuring how long it takes for a small piece of code to run
  • What emails were sent in a request
  • Debug your code without using dd() or dump()
  • Historical data of other requests
continue reading on laraveldaily.com

⚠️ This post links to an external website. ⚠️