Download the PHP package detailnet/blitline-module without Composer
On this page you can find all versions of the php package detailnet/blitline-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download detailnet/blitline-module
More information about detailnet/blitline-module
Files in detailnet/blitline-module
Package blitline-module
Short Description Zend Framework module for Blitline
License MIT
Homepage https://github.com/detailnet/blitline-module/
Informations about the package blitline-module
Zend Framework Module for Blitline
Introduction
This module integrates Blitline with Zend Framework.
Requirements
Zend Framework 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/blitline-module/config/blitline.local.php.dist
into your application'sconfig/autoload
directory, rename it toblitline.local.php
and make the appropriate changes.
All versions of blitline-module with dependencies
zendframework/zend-modulemanager Version ^2.7.2
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-servicemanager Version ^3.1
zendframework/zend-stdlib Version ^3.0.1
detailnet/blitline Version ^1.0