Giter Club home page Giter Club logo

contentify's Introduction

Contentify Logo

Contentify CMS - v3.0-alpha

Laravel Source License Gitter

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

Website: contentify.org

Get the production version

Download it here: 3.0

To install Contentify please follow the instructions in the wiki.

Get the developer version

Clone this repository (3.0-dev 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.6 to 3.0:

  • 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 3.0-alpha.

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.

contentify's People

Contributors

caylorme avatar chriskonnertz avatar funtimeerror avatar krysennn avatar leongrdic avatar onavascuez avatar techpandaa avatar torriz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.