Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 667 Bytes

fixtures.md

File metadata and controls

12 lines (7 loc) · 667 Bytes

Fixtures

This plugin comes with some default fixtures you can use to set up you project easily by configuring some necessary data in YAML file, which you can load to your database.

If you are not familiar with the Sylius fixtures concept yet, please read this documentation page.

General usage

As you can see in here, cms fixtures are configured to be run under default suite. It means that after installing plugin all you need to do is run bin/console sylius:fixtures:load and all of cms fixtures will load as well.