https://github.com/brpaz/symfony-docker-xdebug-demo
Demo code for dev.to article about how to configure Xdebug with Docker and PHPStorm
https://github.com/brpaz/symfony-docker-xdebug-demo
docker symfony
Last synced: 8 months ago
JSON representation
Demo code for dev.to article about how to configure Xdebug with Docker and PHPStorm
- Host: GitHub
- URL: https://github.com/brpaz/symfony-docker-xdebug-demo
- Owner: brpaz
- Created: 2018-09-06T16:07:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T16:23:08.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T05:58:54.035Z (almost 2 years ago)
- Topics: docker, symfony
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony + Docker + XDebug + PHPSTORM demo
> Demo code for testing configuring xdebug integration with Docker and PHPStorm in a Symfony 4 Project.
## Install
1. clone this repo
2. cp .env.dist .env
3. ```docker-compose up```
Open your browser on "http://localhost:8888?XDEBUG_SESSION_START=PHPSTORM"
## Configuring PHPStorm and XDEBUG
* All the required configurations are explained in [this](https://dev.to/brpaz/docker-phpstorm-and-xdebug-the-definitive-guide-14og) blog post.