* $ composer development-enable * * * from the project root to copy this file to development.local.php and enable * the settings it contains. * * You may also create files matching the glob pattern `{,*.}{global,local}-development.php`. */ return [ 'view_manager' => [ 'display_exceptions' => true, ], ];