Files
SyliusCmsPlugin/doc/customization.md
Mikołaj Król c0eafc5488 Add missing docs
2018-07-13 18:42:41 +02:00

1.2 KiB

Customization

You can customize this plugin using:

In order to check what services are available with this plugin, run the following command:

$ bin/console debug:container | grep bitbag_sylius_cms_plugin

Note:

All forms are prefixed with 'bitbag_sylius_cms_plugin.form.'*

If you want to check what routes are available with this plugin, use:

$ bin/console debug:router | grep bitbag_sylius_cms_plugin

To check parameters available with the plugin, execute:

$ bin/console debug:container --parameters | grep bitbag

Testing

$ composer install
$ cd tests/Application
$ yarn install
$ yarn run gulp
$ bin/console doctrine:schema:create -e test
$ bin/console ckeditor:install
$ bin/console assets:install web -e test
$ bin/console server:run 127.0.0.1:8080 -d web -e test
$ open http://localhost:8080
$ bin/behat
$ bin/phpspec run