jimmycleuren / loxone-weather-service

This project emulates the loxone weather service
10 stars 2 forks source link

Symfony MakerBundle error #326

Closed gck303 closed 2 days ago

gck303 commented 10 months ago

I am getting a Symfony error when I run it.

It is running in Docker. The DNS is all adjusted and I have tested with a ping from within the docker.

Thanks, George

2024-01-04 17_16_13-Attempted to load class _MakerBundle_ from namespace _Symfony_Bundle_MakerBundle

gck303 commented 9 months ago

I tried adding an APP_ENV parameter to the docker. It seemed to help.

Shoudl it be test or prod? I assume prod!?

jimmycleuren commented 9 months ago

If you do a composer install with the --no-dev parameter, you should indeed use prod as the APP_ENV.