Note: This is only required if you do not already have a project started.
$ composer self-update && composer create-project --prefer-dist cakephp/app {your new project name}
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
$ composer require bakkerij/cakeadmin:dev-rewrite
$ bin/cake plugin load -b -r Bakkerij/CakeAdmin
Navigate to the new project's config/app.php and update your Datasources username, password, and database.
$ bin/cake migrations migrate -p Bakkerij/CakeAdmin