2017 © Pedro Peláez
 

project zf2-basic-application

Basic Application for ZF2

image

zend-academy/zf2-basic-application

Basic Application for ZF2

  • Wednesday, March 4, 2015
  • by sophpie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF2 - Basic Application

Introduction

This the simplest ZF2 application you can do. It has no module but is configured enough to be fully functionnal., (*1)

Installation

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies using the create-project command:, (*2)

curl -s https://getcomposer.org/installer | php --
php composer.phar create-project zend-academy/zf2-basic-application path/to/install

Alternately, clone the repository and manually invoke composer using the shipped composer.phar:, (*3)

cd my/project/dir
git clone https://github.com/sophpie/ZendAcademy-ZF2-basic-application.git
cd ZendAcademy-ZF2-basic-application
php composer.phar self-update
php composer.phar install

(The self-update directive is to ensure you have an up-to-date composer.phar available.), (*4)

Virtual Host

Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!, (*5)

The Versions

04/03 2015

dev-master

9999999-dev http://framework.zend.com/

Basic Application for ZF2

  Sources   Download

BSD-3-Clause

The Requires

 

by Sophie BEAUPUIS

framework zf2