# Shopware -  Fixtures?

**URL:** https://forum.shopware.com/t/shopware-fixtures/33629
**Category:** Shopware 3.5
**Tags:** general
**Created:** [15. Januar 2016 um 10:22 UTC](https://forum.shopware.com/t/shopware-fixtures/33629 "2016-01-15T10:22:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dbcoder](https://avatars.discourse-cdn.com/v4/letter/d/87869e/32.png) [@dbcoder](https://forum.shopware.com/u/dbcoder)
#### Post date: [15. Januar 2016 um 10:22 UTC](https://forum.shopware.com/t/shopware-fixtures/33629/1 "2016-01-15T10:22:19Z")

</div>

Do you have any good way to fill shopware by example data… Example if on PSD file I have specified Custom Page groups and Pages I want to make add them automaticaly after deployment. Till now I make it by SQL but this is not perfect way. Any ideas?

---

<div class="post-metadata">

### Author: ![sr972](https://avatars.discourse-cdn.com/v4/letter/s/3e96dc/32.png) [@sr972](https://forum.shopware.com/u/sr972)
#### Post date: [15. Januar 2016 um 21:33 UTC](https://forum.shopware.com/t/shopware-fixtures/33629/2 "2016-01-15T21:33:56Z")

</div>

As Shopware is based upon doctrine and symfony you may/can use doctrine fixtures bundle from stof. Take a look at composer, write your fixtures and expand the shopware console component for a fixture component. Thats the way i would do, as it should be an easy way.
