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
- 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: 2024-04-16T19:00:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T23:46:25.701Z (almost 2 years ago)
- Language: PHP
- Size: 365 KB
- Stars: 26
- Watchers: 8
- Forks: 28
- Open Issues: 4
-
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.