codecollab / demo
Demo project for the CodeCollab project packages
dev-master
2015-09-13 21:48 UTC
Requires
- php: >=7.0-dev
- codecollab/authentication: dev-master
- codecollab/form: dev-master
- codecollab/http: dev-master
- codecollab/i18n: dev-master
- codecollab/router: dev-master
- codecollab/template: dev-master
- codecollab/theme: dev-master
- peehaa/minifine: dev-master
- rdlowrey/auryn: 1.1.*
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2024-11-06 09:35:08 UTC
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
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