dev-master
9999999-dev https://github.com/jaimevalasek/JVConfigUse this module to generate the configurations of the modules jaimevalasek/JV.*.
BSD-3-Clause
The Requires
- php >=5.3.3
- zendframework/zendframework 2.*
zf2 jaimevalasek jv-config
Use this module to generate the configurations of the modules jaimevalasek/JV.*.
Create By: Jaime Marcelo Valasek, (*1)
Use this module to generate the configurations of the modules jaimevalasek/JV.*, (*2)
Futures video lessons can be developed and published on the website or Youtube channel http://www.zf2.com.br/tutoriais http://www.youtube.com/zf2tutoriais, (*3)
Download this module into your vendor folder. - Also install the module JVConfig - https://github.com/jaimevalasek/JVConfig., (*4)
After done the above steps, open the file config/application.config.php
. And add the module with the name JVConfig., (*5)
"require": { "jaimevalasek/jv-config": "dev-master" }
php composer.phar update
<?php return array( 'modules' => array( // ... 'JVConfig', ), // ... );
// config/module.config.php return array( // ... The settings of the modules go here // ... );
Use this module to generate the configurations of the modules jaimevalasek/JV.*.
BSD-3-Clause
zf2 jaimevalasek jv-config