Dump Eloquent SQL
SQL example

Have you ever wanted to see how the final database query looks like before getting its result? Do you need to see how where conditions are grouped or you just need to implement pretty queries log? Me too, and here’s how I do it.

Read more