Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 870 Bytes

customization.md

File metadata and controls

32 lines (27 loc) · 870 Bytes

Customization


Available services you can decorate and forms you can extend

$ bin/console debug:container | grep bitbag_sylius_bonus_points

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:8000 -d public -e test
OR
$ symfony server:start -d --dir=public

$ open http://127.0.0.1:8000
$ vendor/bin/behat
$ vendor/bin/phpspec run
$ vendor/bin/phpstan analyse -c phpstan.neon -l max src/