cms-tutorial
cms-tutorial copied to clipboard
The completed CMS tutorial for CakePHP
CakePHP CMS Tutorial
The completed CMS tutorial application created during https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/installation.html
Installation
- Download Composer or update
composer self-update. - Download this source code.
- Install dependencies with composer
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.