Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Not working on Symfony 3.4 or Symfony 4 due the lack of Bundle #68

Open
DavidGarciaCat opened this issue Aug 28, 2018 · 1 comment
Open

Comments

@DavidGarciaCat
Copy link

Hello,

With a very simple configuration file...

khepin_yaml_fixtures:
    directory: Resources/fixtures
    resources:
        - App

...it works free of errors on Symfony 2.8, however if I upgrade to Symfony 3.4 (clean install) or Symfony 4, then the code is not working with error message:

Bundle "App" does not exist or it is not enabled.
Maybe you forgot to add it in the registerBundles() method of your App\Kernel.php file?

Given new Symfony versions are working without bundles, I am unable to run the commands to include my fixtures on dev environment.

Some help might be appreciated.

Best,

@khepin
Copy link
Owner

khepin commented Aug 28, 2018

Hi, this bundle has not been updated in a very long time. The tagline on the repo specifically mentions:

[...] for Symfony2 [...]

In other words, I currently have no intention on doing any additional work on this repository. I will put this repo in archive so as not to confuse others on those points.

You are welcome to fork the code and re-use the parts that work for you in a different project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants