aoliverio/content-app

Content application skeleton to create a CMS using Content plugin

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

pkg:composer/aoliverio/content-app

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

This package is not auto-updated.

Last update: 2025-10-12 01:28:12 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.