Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 566 Bytes

File metadata and controls

16 lines (11 loc) · 566 Bytes

Installation

The plugin is pretty easy to set up, all you need to do is to copy it to you application plugins folder and load the needed tables. You can create database tables using either the schema shell or the CakeDC Migrations plugin:

./Console/cake schema create users --plugin Users

or

./Console/cake Migrations.migration run all --plugin Users

You will also need the CakeDC Search plugin, just grab it and put it into your application's plugin folder.