定制 ledsinclouds/leds-album 二次开发

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

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

ledsinclouds/leds-album

Composer 安装命令:

composer require ledsinclouds/leds-album

包简介

ZF2 Album Module using Doctrine

README 文档

README

Introduction

This is a ZF2 Album Module using Doctrine.

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:

curl -s https://getcomposer.org/installer | php --

You would then invoke composer to install dependencies. Add to your composer.json

"ledsinclouds/leds-album": "dev-master"

Configuration

Once module installed, you could declare the module into your "config/application.config.php" by adding "LedsAlbum" & "Doctrine".

    'Application',	
    'DoctrineModule',
	'DoctrineORMModule',
	'LedsAlbum'

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that...

cp vendor/ledsinclouds/album/config/doctrine.local.php.dist config/autoload/doctrine.local.php

Create your Database and:

./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-10-31