Webbased type designer
composer install
Copy config template files:
cp app/config/parameters.yml.dist app/config/parameters.yml
Now edit app/config/parameters.yml
to your situation
The database schema is defined in app/schema.xml
. You can load this schema in your database
using DBTK Schema Loader (view it's README.md for more information)
Note: Create the database before loading the schema.
vendor/bin/dbtk-schema-loader schema:load app/schema.xml mysql://username:password@localhost/polytype
After initializing the database schema, you can load it with some example data through linkorb/haigha (View Haigha's README.md for further information):
vendor/bin/haigha fixtures:load test/fixture/example-data.yml mysql://username:password@localhost/polytype
php -S 0.0.0.0:8080 -t web/
Now open http://127.0.0.1:8080 in your browser.