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