Laravel debug bar is used to check number of things such as
1. model interaction,
2. number of queries run / how many queries run
3. time spent executing those queries
4. Memory usage
5. Request duration
6. In which controller file / place query appear
7. Explanation of the query and much more.
To install it into the framework following command needs to be run
composer require barryvdh/laravel-debugbar