Installation¶
You can install this plugin into your CakePHP application using composer. The recommended way to install this package using composer is:
composer require angelxmoreno/seo-bakery
Next, load the plugin:
bin/cake plugin load SeoBakery
Finally, run the plugin migrations:
bin/cake migrations migrate -p SeoBakery