Skip to content

gijsjager/bitcms

Repository files navigation

Bitcms plugin for CakePHP

Installation

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

The recommended way to install composer packages is:

composer require gijsjager/bitcms

Note: make sure to add the private repo config in your composer.json file:

"repositories": [
    {
        "name": "gijsjager/bitcms",
        "type": "vcs",
        "url": "git@github.com:gijsjager/bitcms.git"
    }
]

Configurations

Copy the file config/bitcms.example.php to your local config directory and rename the file to 'bitcms.php'. Adjust configurations like the modules need to to be loaded and more.

Dashboard widgets

Create your own personal widget by adding a template too the following directory:

# left wide column widget
templates/element/dashboard/wide.php
# right small column widget
templates/element/dashboard/small.php

Content blocks

# Load items
[load ...]

# Load cell
[cell ...]

Templating

maisonnette-admin https://foxythemes.net/preview/products/maisonnette/

About

BITCMS - The content management system for DOTBITS

Resources

Stars

Watchers

Forks

Packages

No packages published