EasyAdminBundle
EasyAdminBundle copied to clipboard
Contributing - Vendor directory not found. PhpStorm
Hi,
thanks for maintaining this great project!
I have wanted to create PR for a functionality that I need and think others might find useful too. So I have cloned the repo and followed the few steps in readme about dev environment. I installed ddev and successfully started the project, which then became available locally. The page in the browser seems to work fine.
The problem is that when I open the project in my IDE (PhpStorm 2024.1.4) it gives notification that vendor folder was not found. It asks me if I want to run composer install. Even if do run the composer install
via phpstorm it says that All packages for ./composer.json have been installed.
but the ide still doesn't see the vendor folder.
The vendor folder is only in the docker container right? I tried to look for and tweak some configuration both in the docker-compose and in IDE configuration but I am not familiar with ddev and wasn't able to make PhpStorm see the vendor folder in the container.
Do you have any clue what could be the problem here? Without it most of the code is swimming in warnings. Maybe there is some part of dev-documentation I missed?
If anyone has any idea how I could make the project work in PhpStorm I would greatly appreciate any help!
I am running Fedora 40 Workstation with fairly common setup, no ultra customization on my system afaik.