This plugin provides seamless CMS capabilities for Sylius stores
Extend your Sylius store with powerful content management features. Create, edit, and organize pages with ease – all fully integrated into the Sylius ecosystem.
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
Package | Version |
---|---|
PHP | ^8.2 |
sylius/sylius | ^2.0 |
MySQL | ^8.4 |
NodeJS | ^20.x |
This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the legacy installation instruction. However, we strongly encourage you to use Symfony Flex, it's much quicker!
-
Require plugin with composer:
composer require sylius/cms-plugin
Remember to allow community recipes with
composer config extra.symfony.allow-contrib true
or during plugin installation process -
Run
yarn add trix@^2.0.0 swiper@^11.2.6
-
Run
yarn encore dev
oryarn encore production
-
Database update:
bin/console doctrine:migrations:migrate
Note: If you are running it on production, add the -e prod
flag to this command.
Clear application cache by using command:
bin/console cache:clear
For more information about the plugin, please refer to the Sylius documentation.
If you think that you have found a security issue, please do not use the issue tracker and do not post it publicly.
Instead, all security issues must be sent to security@sylius.com
For online communication, we invite you to chat with us & other users on Sylius Slack.
This plugin's source code is completely free and released under the terms of the MIT license.