Installation ************ You can install this plugin into your CakePHP application using [composer](https://getcomposer.org). The recommended way to install this package using composer is: .. code:: shell composer require angelxmoreno/seo-bakery Next, load the plugin: .. code:: shell bin/cake plugin load SeoBakery Finally, run the plugin migrations: .. code:: shell bin/cake migrations migrate -p SeoBakery