Created
January 9, 2015 15:49
-
-
Save ceejayoz/6bc98920c00c46e942f1 to your computer and use it in GitHub Desktop.
speak Laravel logs out-loud!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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