PHP Classes

File: app/config/config_dev.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP CSV Import to MySQL   app/config/config_dev.yml   Download  
File: app/config/config_dev.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSV Import to MySQL
Import user data from CSV files into MySQL
Author: By
Last change:
Date: 4 years ago
Size: 872 bytes
 

Contents

Class file image Download
imports: - { resource: config.yml } framework: router: resource: "%kernel.root_dir%/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 channels: [!event, !doctrine] # 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_address: me@example.com