Skip to content

Instantly share code, notes, and snippets.

@ceejayoz
Created January 9, 2015 15:49
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 ceejayoz/6bc98920c00c46e942f1 to your computer and use it in GitHub Desktop.
Save ceejayoz/6bc98920c00c46e942f1 to your computer and use it in GitHub Desktop.
speak Laravel logs out-loud!
tail -f app/storage/logs/laravel.log | while read line ; do echo $line | say ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment