Laravel 4 SQL log / console

后端 未结 8 2218
感动是毒
感动是毒 2020-12-31 05:50

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

8条回答
  •  清酒与你
    2020-12-31 06:15

    Here's another nice debugging option for Laravel 4:

    https://github.com/barryvdh/laravel-debugbar

提交回复
热议问题