docker-devbox-php

Dockerfile provisionned by ansible, to develop PHP7 / PHP8 project

Stars
1
Committers
3

Devbox for Symfony and PHP8 projects using docker

What you will get at the end

  • a Docker container in which you can SSH in
  • PHP8.1 installed, with composer and symfony (PHP7 is on older tag)
  • (optional) Neovim: same as vim but better, with php autocompletion
  • (optional) Zsh: with my zshrc (that you can replace by yours

Requirements

Creation

./create_docker.sh

Usage

Extensive list of stuff installed

TODO

ZSH

aliases
alias gs="git status"
alias gm="git checkout master"
alias gp="git pull origin"
alias ga="git commit --amend"