Download the PHP package detailnet/bernard-module without Composer
On this page you can find all versions of the php package detailnet/bernard-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download detailnet/bernard-module
More information about detailnet/bernard-module
Files in detailnet/bernard-module
Package bernard-module
Short Description Bernard Module for Zend Framework 2
License MIT
Homepage https://github.com/detailnet/bernard-module/
Informations about the package bernard-module
Zend Framework 2 Module for Bernard
Introduction
This module integrates Bernard with Zend Framework 2.
Requirements
Zend Framework 2 Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
-
cd my/project/directory
-
Create a
composer.json
file with following contents (or update your existing file accordingly): -
Install Composer via
curl -s http://getcomposer.org/installer | php
(on Windows, download the installer and execute it with PHP) -
Run
php composer.phar self-update
-
Run
php composer.phar install
-
Open
configs/application.config.php
and add following key to yourmodules
: - Copy
vendor/detailnet/bernard-module/config/bernard.local.php.dist
into your application'sconfig/autoload
directory, rename it tobernard.local.php
and make the appropriate changes.
Usage
tbd
All versions of bernard-module with dependencies
psr/log Version ~1.0
bernard/bernard Version 0.12.*
zendframework/zend-console Version 2.*
zendframework/zend-loader Version 2.*
zendframework/zend-modulemanager Version 2.*
zendframework/zend-mvc Version 2.*
zendframework/zend-servicemanager Version 2.*
detailnet/dfw-core Version ~0.2
detailnet/dfw-bernard Version ~0.1.3