2017 © Pedro Peláez
 

project content-app

Content application skeleton to create a CMS using Content plugin

image

aoliverio/content-app

Content application skeleton to create a CMS using Content plugin

  • Thursday, April 28, 2016
  • by aoliverio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Content App

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., (*1)

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, (*2)

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., (*3)

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application., (*4)

The Versions