定制 codecollab/demo 二次开发

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

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

codecollab/demo

Composer 安装命令:

composer require codecollab/demo

包简介

Demo project for the CodeCollab project packages

README 文档

README

Demo project of the CodeCollab project libraries

This project is meant to implement the different packages / libraries to find out whether they work nicely in an actual project as well as have some sort of intergration test

Build Status MIT License Latest Stable Version Total Downloads Latest Unstable Version

Requirements

PHP7+

Installation

composer create-project codecollab/demo . 1.0.*

or

$ git clone https://github.com/CodeCollab/Demo && composer install

To setup apache you need to route all requests through the index.php file in the /public directory. This directory must also be your document root.

<VirtualHost *:80>
  ServerName codecollabdemo.local
  DocumentRoot "/path/to/the/project/public"

  FallbackResource /index.php
</VirtualHost>

If you are using nginx I assume you know what you are doing and you will be able to set it up yourself.

Generate a new encryption key by running:

$ php ./cli/generate-encryption-key.php

Contributing

How to contribute

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: See
  • 更新时间: 2015-09-13