Ao executar php composer.phar install tenho o seguinte erro:
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot import resource "/srv/gerente/app/config/parameters.yml" from "/srv/gerente/app/config/config.yml". (There is no extension able to load the configuration for "database_driver" (in /srv/gerente/app/config/parameters.yml). Looked for namespace "database_driver", found "framework", "security", "twig", "monolog", "swiftmailer", "assetic", "doctrine", "sensio_framework_extra", "jms_aop", "jms_di_extra", "jms_security_extra", "cacic_common", "bc_bootstrap", "cacic_relatorio", "cacic_ws", "knp_paginator", "jms_translation", "ijanki_ftp", "fm_elfinder", "web_profiler", "sensio_distribution")
Alguem pode ajudar?
O que são os parametros secret? de onde vem isso?
database_driver: pdo_pgsql
database_host: 127.0.0.1
database_port: null
database_name: cacic
database_user: cacic
database_password: null
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
locale: pt_BR
secret: d7c123f25645010985ca27c1015bc76797
database_path: null
Autor: Rogerio Tomassoni
