定制 zend-academy/zf2-basic-application 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zend-academy/zf2-basic-application

Composer 安装命令:

composer create-project zend-academy/zf2-basic-application

包简介

Basic Application for ZF2

README 文档

README

Introduction

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

Installation

Using Composer (recommended)

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:

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:

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.)

Virtual Host

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

统计信息

  • 总下载量: 24
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-03-02