Add this config into composer json, (*1)
"require": { "witooh/error": "dev-master" }
after run comand php artisan composer update then add this in app.php, (*2)
php artisan composer update
'providers' => array( 'Witooh\Error\ErrorServiceProvider', )
Sources Download