Proof of concept - hexagonal architecture
Logic is in project Material-management-domain
- configure DB connect
app/config/parameters.yml
- run update db
php app/console doctrine:database:create
- run update db
php app/console doctrine:schema:update --force
To run behat AppBundle tests
php bin/behat --suite="AppBundle"
For AppBundle tests, need to
- run server by php by default ->
php app/console server:run
- or create vHost and change destination host in
behat.yml.dist
fromhttp://localhost:8000
Staring version 1.0.0
, will follow Semantic Versioning v2.0.0.
- Tomasz Kunicki TimiTao [lead developer]