https://github.com/cakephp/cms-tutorial
The completed CMS tutorial for CakePHP
https://github.com/cakephp/cms-tutorial
Last synced: 5 days ago
JSON representation
The completed CMS tutorial for CakePHP
- Host: GitHub
- URL: https://github.com/cakephp/cms-tutorial
- Owner: cakephp
- Created: 2017-09-09T19:01:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-29T19:04:53.000Z (5 months ago)
- Last Synced: 2025-10-29T20:19:36.789Z (5 months ago)
- Language: PHP
- Size: 414 KB
- Stars: 28
- Watchers: 6
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.