Skip to content

Instantly share code, notes, and snippets.

@nullthoughts
Created September 7, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullthoughts/ddd3d40fc68bce69494c57e006987991 to your computer and use it in GitHub Desktop.
Save nullthoughts/ddd3d40fc68bce69494c57e006987991 to your computer and use it in GitHub Desktop.
Lode app console() method helper for Laravel
if(! class_exists(\LodeApp\PHPUnit\Console::class)) {
function console($vars, $dump = true) {
dump($vars);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment