Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Created January 7, 2016 14:10
Show Gist options
  • Save hoanganh25991/ebe8733c4357202ab615 to your computer and use it in GitHub Desktop.
Save hoanganh25991/ebe8733c4357202ab615 to your computer and use it in GitHub Desktop.
get query from migration
Event::listen('illuminate.query', function($sql)
{
var_dump($sql);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment