Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fullstack-dev3/cakephp-cms

CakePHP CMS Project
https://github.com/fullstack-dev3/cakephp-cms

cakephp cms composer php

Last synced: 4 days ago
JSON representation

CakePHP CMS Project

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

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.