anlutro / laravel-4-smart-errors

Smarter error handling for Laravel 4
65 stars 13 forks source link

Error setting #17

Closed hkonnet closed 9 years ago

hkonnet commented 9 years ago

Is that possible that for development environment i keep same laravel errors handling and for production environment i use this package error handling?

anlutro commented 9 years ago

Could you be more specific? The error handler already doesn't send an email or display an error page (still logs the exception, though) if app.debug is true in the config.