Skip to content

Instantly share code, notes, and snippets.

@tfountain
Created April 25, 2015 14:58
Show Gist options
  • Save tfountain/f18505901bd639992cbd to your computer and use it in GitHub Desktop.
Save tfountain/f18505901bd639992cbd to your computer and use it in GitHub Desktop.
ZF2 Show exceptions - config/autoload/local.php
<?php
return array(
'view_manager' => array(
'display_exceptions' => true
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment