Installation
Last updated
Last updated
Before you can install the plugin you need a packagist token. You get a token once you buy the plugin. If you haven't done so yet, go to and hit the big buy button ;)
Since the plugin is being provided through packagist.com you just have two steps to take before you can install the plugin:
1. Add repository to composer.json:
Remember to replace acme
with the short name given to you.
2. Add token to composer auth:
Remember to replace your_token
with the token given to you.
Now you should be able to install the plugin using the normal composer require
command:
If you have Flex enabled the composer require
will automatically add the bundles and the plugin to bundles.php
. If not you should manually add them:
Create the file config/packages/setono_sylius_cms.yaml
and add the following:
Create the file config/routes/setono_sylius_cms.yaml
and add the following:
Run the two following commands to create the tables needed for the CMS plugin:
You're good to go!