Symfony2, How to load fixtures with --fixtures option?

后端 未结 3 1639
后悔当初
后悔当初 2021-02-07 02:14

I need an example for command below in Symfony2 :

php app/console doctrine:mongodb:fixtures:load --fixtures=/path/to/fixture 

I don\'t know how

3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-07 02:51

    It's not require but if you want to manually specify the directory where the fixtures classes should be loaded you can use this :

    for example if I execute a command in directory symfony

    --fixtures=/src/yourBundle/fixture 
    

提交回复
热议问题