Skip to content

Contentify is an esports CMS based on the PHP framework Laravel

License

Notifications You must be signed in to change notification settings

Thyran/Contentify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contentify Logo

Contentify CMS - v2.6

Laravel Source License Gitter

Contentify is an esports CMS based on the PHP framework Laravel 5.4. Build your gaming website with a modern CMS.

Website: contentify.org

Get the production version

Download it here: 2.6

To install Contentify please follow the instructions in the wiki.

Get the developer version

Clone this repository (2.6 branch) via git. Via console, switch to the Contentify directory and run php composer.phar install. Then follow the instructions in the wiki.

Update

To update from v2.5 to 2.6:

  • Make a backup of your files and your database!
  • Clear the cache by running php artisan cache:clear via console or deleting all files and folders in storage/framework/cache and storage/framework/views
  • Delete these folders in the current Contentify installation: vendor, app, contentify, resources
  • Download the files for the update and copy & paste them into the Contentify folder. Replace existing files.
  • If you made changes to the config files in the config folder, you have to re-apply them
  • Now run the updater script via console with php <contentify>/public/update.php or via browser with http://localhost/public/update.php.

Changes: Changelog.md

Demo

The server resets (database, uploaded files and cache) twice per hour.

NOTE: The demo website is running with Contentify 2.0 Beta.

Support

You can get free support via GitHub's issue section or via e-mail.

Contribution

Contributions welcome! 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. Especially do not hesitate to create a pull request for new features.

PHP Coding style

Contentify follows the PSR-2 Coding Style Guide with these exceptions:

  • All PHP files MUST NOT end with a single blank line.
  • The last case segment of a switch structure CAN have a break keyword. (But usually, we omit it.)
  • Closures MUST NOT be declared with a space after the function keyword.

About

Contentify is an esports CMS based on the PHP framework Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.0%
  • HTML 13.0%