kolyya/fixtures-loader-bundle

Symfony bundle with a command for loading fixtures

v0.0.1 2019-10-24 03:52 UTC

This package is not auto-updated.

Last update: 2024-06-01 01:25:33 UTC


README

Symfony bundle with commands for loading fixtures

Command

bin/console kolyya:fixtures:load

Run the following commands:

  • doctrine:database:drop --force
  • doctrine:database:create
  • doctrine:schema:update --force
  • doctrine:fixtures:load --append

Flags

  • --force - Run the command without confirmation