An open API service indexing awesome lists of open source software.

https://github.com/cakephp/cms-tutorial

The completed CMS tutorial for CakePHP
https://github.com/cakephp/cms-tutorial

Last synced: 7 months ago
JSON representation

The completed CMS tutorial for CakePHP

Awesome Lists containing this project

README

          

# 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](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Download this source code.
3. Install dependencies with composer

```bash
composer install
```

## Configuration

Update the `'Datasources'` configuration in `config/app.php` for your local database.
You'll also need to create a database and run the SQL located in the tutorial.