You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.
...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,
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
With a very simple configuration file...
...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:
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,
The text was updated successfully, but these errors were encountered: