kolyya/fixtures-loader-bundle

Symfony bundle with a command for loading fixtures

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/kolyya/fixtures-loader-bundle

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

This package is not auto-updated.

Last update: 2025-11-01 08:11:10 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