There was an error while loading. Please reload this page.
The installation process is a two steps process, made as simple as possible.
Download a release and extract the files to your application’s app/plugins directory. The standard directory name for the plugin is tags.
Below is an example of directory structure:
/app /plugins /debug_kit /localized /tags (Same location as other plugins)
For more information on plugins and application structure, please see the Plugins section of the CakePHP Book.
Update your database schema using one of the following command from your application root:
cake schema create app -plugin tags
cake migration run all -plugin tags
Next: start using the plugin!