2017 © Pedro Peláez
 

library jv-config

Use this module to generate the configurations of the modules jaimevalasek/JV.*.

image

jaimevalasek/jv-config

Use this module to generate the configurations of the modules jaimevalasek/JV.*.

  • Friday, September 27, 2013
  • by jaimevalasek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

JVConfig - JV Config

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)

Installation

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)

With composer

  1. Edit composer.json
"require": {
    "jaimevalasek/jv-config": "dev-master"
}
  1. Now tell composer to download JVConfig by running the command:
php composer.phar update

Post installation

<?php
return array(
    'modules' => array(
        // ...
        'JVConfig',
    ),
    // ...
);

Using the JVConfig

The settings of all modules jaimevalasek/JV.* Poderam all be centralized within this module to facilitate additions, changes, etc..

// config/module.config.php
return array(
    // ...
    The settings of the modules go here
    // ...
);

The Versions

27/09 2013

dev-master

9999999-dev https://github.com/jaimevalasek/JVConfig

Use this module to generate the configurations of the modules jaimevalasek/JV.*.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 jaimevalasek jv-config