Last active
August 29, 2015 14:16
-
-
Save Stichoza/ee52e104dcdd5b4187ed to your computer and use it in GitHub Desktop.
Bring back Laravel theme to Whoops exception handler in Laravel 5
This file contains hidden or 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
| "scripts": { | |
| "post-install-cmd": [ | |
| ... | |
| "curl https://raw.githubusercontent.com/VladShcherbin/whoops-orange-laravel-colors/master/whoops.base.css > vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css" | |
| ], | |
| "post-update-cmd": [ | |
| ... | |
| "curl https://raw.githubusercontent.com/VladShcherbin/whoops-orange-laravel-colors/master/whoops.base.css > vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css" | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also be sure to install graham-campbell/exceptions (Graham's fork of filp/whoops)