79080627

Date: 2024-10-12 09:07:39
Score: 0.5
Natty:
Report link

If PHP is inside a Docker container, then composer commands should also be run inside the container.

You can also try to execute commands inside the container in the root directory of the symfony project.

php bin/console cache:clear

composer dump-autoload -o
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vodevel