I am trying to run openEMR project in Eclipse on my Ubuntu 18.04 machine. I have downloaded the project and installed the dependencies using below command.
composer install --no-devnpm installnpm run buildcomposer dump-autoload -oI followed this tutorial to run the application but still I got the below error.
The project is present inside this folder.
And the configurations in Eclipse are:
I tried like below as well:
What am I missing here?




