i have a git symfony project i want to work localy , after clone and composer install, i have this error : Uncaught PHP Exception ReflectionException: "Class "App\Entity\Site" does not exist"
but this class is from an other project.
As mentioned in other topics as this one or this one, i cleared cache with php bin/console cache:clear
php bin/console cache:warmup
symfony console cache:clear
...
I tried to access to the website with symfony server:start
and from xampp, same result.
I also tried to launch php server with php -S localhost:8000 -t public/
.
Same result, it looks like it remains some caches somewhere i dont know ?