mentors

mentors Git Source Tree


Root/vendor/filp/whoops/src/deprecated/Zend/module.config.example.php

<?php
/**
 * ZF2 Integration for Whoops
 * @author Balázs Németh <zsilbi@zsilbi.hu>
 *
 * Example controller configuration
 */

return array(
    'view_manager' => array(
        'editor' => 'sublime',
        'display_not_found_reason' => true,
        'display_exceptions' => true,
        'json_exceptions' => array(
            'display' => true,
            'ajax_only' => true,
            'show_trace' => true
        )
    ),
);

Archive Download this file

Branches

Number of commits:
Page rendered in 0.16162s using 11 queries.