Is there something similar in Laravel that allows you to see the actual SQL being executed? In Rails, for example, you can see the SQL in console. In Django you have a tool
Here's another nice debugging option for Laravel 4:
https://github.com/barryvdh/laravel-debugbar