aoliverio/content-app

Content application skeleton to create a CMS using Content plugin

v0.8.3 2016-04-28 07:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:07:49 UTC


README

Content App is a skeleton applications forked from cakephp/app, to create your professional Content Management System using Content plugin for CakePHP 3.x applications with Bootstrap layout.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist aoliverio/content-app [app-name].

If Composer is installed globally, run

composer create-project --prefer-dist aoliverio/content-app [app-name]

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.