PHP Classes

File: app/config/config_dev.yml

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Polymorphism Example   app/config/config_dev.yml   Download  
File: app/config/config_dev.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Polymorphism Example
Show several ways of implementing of polymorphism
Author: By
Last change:
Date: 3 years ago
Size: 1,170 bytes
 

Contents

Class file image Download
imports: - { resource: config.yml } framework: router: resource: '%kernel.project_dir%/app/config/routing_dev.yml' strict_requirements: true profiler: { only_exceptions: false } web_profiler: toolbar: true intercept_redirects: false monolog: handlers: main: type: stream path: '%kernel.logs_dir%/%kernel.environment%.log' level: debug channels: ['!event'] console: type: console process_psr_3_messages: false channels: ['!event', '!doctrine', '!console'] # To follow logs in real time, execute the following command: # `bin/console server:log -vv` server_log: type: server_log process_psr_3_messages: false host: 127.0.0.1:9911 # uncomment to get logging in your browser # you may have to allow bigger header sizes in your Web server configuration #firephp: # type: firephp # level: info #chromephp: # type: chromephp # level: info #swiftmailer: # delivery_addresses: ['me@example.com']