gdpro / gdpro-base
Gdpro Base module to use as based for gdpro module
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=5.5.8
- zendframework/zend-config: ~2.5.0
- zendframework/zend-debug: ~2.5.0
- zendframework/zend-eventmanager: ~2.5.0
- zendframework/zend-form: ~2.5.0
- zendframework/zend-loader: ~2.5.0
- zendframework/zend-modulemanager: ~2.5.0
- zendframework/zend-mvc: ~2.5.0
- zendframework/zend-server: ~2.5.0
- zendframework/zend-servicemanager: ~2.5.0
- zendframework/zend-stdlib: ~2.5.0
- zendframework/zend-test: ~2.5.0
- zendframework/zend-uri: ~2.5.0
- zendframework/zend-view: ~2.5.0
Requires (Dev)
- phpunit/phpunit: ~4.3
README
[] (https://travis-ci.org/gdpro/gdpro-base-)
Introduction
Gdpro Base Ui is a base of element to use with user interfaces
Requirements
Please see the composer.json file.
Installation
Run the following composer
command:
$ composer require "gdpro/gdpro-base:~1.0"
Alternately, manually add the following to your composer.json
, in
the require
section:
"require": { "gdpro/gdpro-base": "~1.0" }
And then run composer update
to ensure the module is installed.
Finally, add the module name to your project's config/application.config.php
under the modules
key:
return array( /* ... */ 'modules' => array( /* ... */ 'GdproBase', ), /* ... */ );