akkaweb / content

A CakePHP 3.x plugin for Content Management System backend in Bootstrap style

Home Page:http://aoliverio.github.io/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content plugin for CakePHP 3.x

Content is a CakePHP 3.x plugin for CMS (Content Management System) backend in Bootstrap style. You can use this plugin individually or as an extension of Builder.

Some of the highlights:

  • Manage web contents as pages, news, images, attachments.
  • Hierarchical content management.
  • Additional information about the content using meta information.
  • Organize the contents by categories.
  • Add taxonomy for all content.
  • File management in uploads directory.

Minimal Requirements

The Content plugin using this third-party libraries, managed with aoliverio/builder plugin:

And additional library managed with internal bower_components:

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require aoliverio/content

Load plugin in your application:

bin/cake plugin load -r Content

Docs

For more informations about installation and configuration options, see the WIKI.

Bugs & Feedback

https://github.com/aoliverio/content/issues.

License

Copyright (c) 2015 Antonio Oliverio and licensed under MIT License.

About

A CakePHP 3.x plugin for Content Management System backend in Bootstrap style

http://aoliverio.github.io/content/

License:MIT License


Languages

Language:PHP 100.0%