Contentify is an eSports CMS based on the popular Laravel 5.1 framework. Build your team website with a modern CMS.
Website: contentify.org
NOTE: This is a stable, but old version! Please consider moving on to Contentify 2.
Clone this repository (master branch) via git. Via console, switch to the Contentify directory and run php composer.phar install. Then follow the instructions in the wiki.
Download it here: contentify.org/share/releases/contentify_1_2_0.zip
To install Contentify please follow the instructions in the wiki.
- URL: demo.contentify.org
- Email:
[email protected] - Password:
demodemo
The server resets (database, uploaded files and cache) twice per hour.
You may download the demo website project here: contentify.org/share/contentify_demo.zip
Create an issue right here on GitHub whenever you spot a bug. If you have a solution that fixes the bug, create a fork, commit your changes and then create a pull request.
Contentify follows the PSR-2 Coding Style Guide with these exceptions:
- All PHP files MUST NOT end with a single blank line.
- There CAN be one
usekeyword per declaration. (But we often merge declarations, e. g.use Crypt, URL, HTML, DB;) - The last case segment of a
switchstructure CAN have abreakkeyword. (But usually we omit it.) - Closures MUST NOT be declared with a space after the
functionkeyword.
