/fork-allan-simon-docker-devbox-php

Fork of "allan-simon/docker-devbox-php"

Primary LanguageVim Script

Devbox for Symfony and PHP7 / PHP8 projects using docker

What you will get at the end

  • a docker container in which you can SSH in
  • PHP8.0 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

  • docker

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"