basiccms a basic yii2 content managment extension for easily creating and maintaining a page structure for frontend use

  1. Requirements
  2. Installation
  3. Resources

under construction first beta release is out and ready to use with a limited yet functional set of functions

A basic yii2 content management module for easily creating and maintaining a page structure, including navigation widget, full text search, image and document management and a wysiwyg html editor for the content pages.

Does NOT include an fine granulated access rights management, instead pages can only be set to three different states: visible, searchable/deeplinkable (not showing in navigation, yet could be found in search and accessed by direct links) and hidden.

The extensions supports site structures in multiple languages for international sites.

Requirements

Yii2

Installation

install using composer: ~~~ php composer.phar require "schallschlucker/yii2-simple-cms": ">=0.2.4" ~~~ then setup the required database tables by calling the migration scripts ~~~ php yii migrate/up --migrationPath=@schallschlucker/simplecms/migrations ~~~ For more details and configuration hints, please see the Readme in the git repo:

GIT repository

Resources

Project wiki

Project homepage

0 0
3 followers
0 downloads
Yii Version: 2.0
License: Apache-2.0
Category: User Interface
Developed by: Paul_k
Created on: Dec 17, 2014
Last updated: 9 years ago

Related Extensions