Skip to content
Edoardo Cavazza edited this page Feb 18, 2022 · 5 revisions

The Frontend Kit is a BEdita 4 plugin designed to help in developing frontends.
It covers objects routing and loading, views composition and auth-based staging sites.

Usage

You can install the plugin using Composer.

The recommended way to install Composer packages is:

$ composer require chialab/frontend-kit

Then, you have to load it as plugin in your Cake application:

src/Application.php

$this->addPlugin('Chialab/FrontendKit');

Instructions

Please read the Wiki to correctly setup the frontend.

Clone this wiki locally