Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 773 Bytes

customization.md

File metadata and controls

27 lines (24 loc) · 773 Bytes

Customization


Available services you can decorate and forms you can extend

$ bin/console debug:container | grep bitbag_sylius_mailchimp_plugin

Parameters you can override in your parameters.yml(.dist) file

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

Testing


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