category 'Database'

How to check the SQL of Laravel database query

Laravel provides a neat interface to access the database through DB facade and Eloquent. But this encapsulates the underlying SQL, which really is the actual query runs on DBMS to...

Saranga Saranga