2017 © Pedro Peláez
 

library demo

Demo project for the CodeCollab project packages

image

codecollab/demo

Demo project for the CodeCollab project packages

  • Sunday, September 13, 2015
  • by PeeHaa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Demo

Demo project of the CodeCollab project libraries, (*1)

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, (*2)

Build Status MIT License Latest Stable Version Total Downloads Latest Unstable Version, (*3)

Requirements

PHP7+, (*4)

Installation

composer create-project codecollab/demo . 1.0.*

or, (*5)

$ 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., (*6)

<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., (*7)

Generate a new encryption key by running:, (*8)

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

Contributing

How to contribute, (*9)

License

MIT, (*10)

The Versions