/compactcms

A CMS based on libCompactMVC

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

LibCompactMVC

LibCompactMVC is a lightweight PHP framework including a lot of useful functionalities. It can also be used for PHP based REST APIs.

Installation

  • Install the project to a webserver with the project root folder beeing the document root.
  • Open man/demodb.mwb with the MySQL Workbench and forward engineer the database.
  • Apply man/dbscripts/event_types.sql and man/dbscripts/mailpart_types.sql to the DB.
  • Make all required changes to include/config.php.
  • Have fun!