PHP Classes

File: app/Resources/config/parameters.yml

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex Enhanced   app/Resources/config/parameters.yml   Download  
File: app/Resources/config/parameters.yml
Role: Auxiliary data
Content type: text/plain
Description: Parameters config file
Class: Silex Enhanced
Silex with custom services providers.
Author: By
Last change: Changed connection database parameters config
Added configurable schema class
Added schema creation command
Added dbal schema config for creation command
Added Role and User table and security schema
Date: 8 years ago
Size: 336 bytes
 

Contents

Class file image Download
parameters: debug: false log_level: DEBUG timezone: America/Havana # Database parameters driver: pdo_mysql dbpath: app/Resources/db dbname: acme charset: utf8 ## Only relevant for pdo_mysql, pdo_pgsql, and pdo_oci/oci8 drivers host: localhost port: 3306 user: root password: admin123