(PHP) Get a list of run database queries in Laravel
This is great if you want to see what queries are actually run when using Eloquent.
This is great if you want to see what queries are actually run when using Eloquent.
Put this in app/start/global.php to get Laravels execution time to the browser console log. L4 This works with L5: