Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Last active February 26, 2018 19:56
Show Gist options
  • Save alfredobarron/ea13bf43961068cb196a6f08cf704afb to your computer and use it in GitHub Desktop.
Save alfredobarron/ea13bf43961068cb196a6f08cf704afb to your computer and use it in GitHub Desktop.
// Print query
dd($query->toSql());
dd(DB::getQueryLog());
// Hash
php artisan tinker
Hash::make('secret');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment