mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-03-24 08:52:18 +01:00
1.2 KiB
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