Open Ahmard opened 2 years ago
Hi @Ahmard,
I think you are running the application in DEV-Mode. MakerBundle should not be loaded in prod.
Okay, I will try running it in prod mode and see. Thanks.
I had the same issue, turns out the normal .env file was overriding the .env.docker file
Hello there, I'm trying to set up this app in my local machine and got an error with following message "Attempted to load class "MakerBundle" from namespace "Symfony\Bundle\MakerBundle". Did you forget a "use" statement for another namespace?"
How can I solve this?
Thank you.