A Complete working example code of CakePHP Blog Tutorial uses version 3.1.
- Run "composer install"
- Set you database credentials using app.php in the config folder.
- run "bin/cake migrations migrate"
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.