Skip to content

temenb/php_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparation

  • cp .env.example .env
  • cp docker-compose.yml.example docker-compose.yml
  • cp container/nginx/config/vhost.conf.dist container/nginx/config/vhost.conf
  • APP_NAME=app_name
  • sed -i "s/project_identifier/${APP_NAME}/g" docker-compose.yml container/nginx/config/vhost.conf

Run

  • docker-compose up -d

setup phpstorm xdebug

  • open Settings>Servers
  • create new server:
    • name xdebug
    • host localhost
    • mapping should be updated according to your filesystem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published