Skip to content

kdakhli/sf6-php8-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony 6 + PHP 8 + Mysql 8 + xdebug with Docker

Run Locally

Clone the project

  [email protected]:kdakhli/sf6-php8-xdebug.git

Run the docker-compose

  docker-compose build
  docker-compose up -d

Log into the PHP container

  docker exec -it sf8-php8 bash

Create your Symfony application and launch the internal server

  symfony new new-project --full
  cd new-project
  symfony serve -d

Create an account (identical to your local session)

  adduser username
  chown username:username -R .

Your application is available at http://127.0.0.1:9001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published