Skip to content

predominant/cms-tutorial

 
 

Repository files navigation

CakePHP CMS Tutorial

The completed CMS tutorial application created during https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/installation.html

Installation

  1. Download Composer or update composer self-update.
  2. Download this source code.
  3. Install dependencies with composer
composer install

Configuration

Copy config/app.default.php to config/app.php and setup the 'Datasources' configuration. You'll also need to create a database and run the SQL located in the tutorial.

About

The completed CMS tutorial for CakePHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.1%
  • CSS 8.9%
  • Shell 2.1%
  • Other 0.9%