Clone the project
[email protected]:kdakhli/sf6-php8-xdebug.gitRun the docker-compose
docker-compose build
docker-compose up -dLog into the PHP container
docker exec -it sf8-php8 bashCreate your Symfony application and launch the internal server
symfony new new-project --full
cd new-project
symfony serve -dCreate an account (identical to your local session)
adduser username
chown username:username -R .Your application is available at http://127.0.0.1:9001