An Symfony starter kit featuring Symfony and Docker ([PHP], [MySQL], [Memcached], and [Nginx])
This seed repo serves as an Symfony starter for anyone looking to get up and running with Symfony and PHP fast. Using Docker for building our environment.
- Ready to go development environment using Docker for working with Symfony.
- A great Symfony seed repo for anyone who wants to start their project.
Make sure you have Docker version >= 17.04.0
# clone our repo # --depth 1 removes all but one .git commit history git clone --depth 1 --recursive https://github.com/NicklasWallgren/symfony-docker-starter.git symfony-docker-starter # change directory to our repo cd symfony-docker-starter # start the docker containers. The first boot will take some time makego to http://localhost or http://
make make halt make start [php-fpm|php-cli|nginx|mysql|memcached] make stop [php-fpm|php-cli|nginx|mysql|memcached] make update-project # Access the php container make bash-cli # Launch the symfony cli php ./symfony/bin/consolemake mysql-cli make bash-php make bash-nginx make bash-fpm make bash-memcached make bash-mysql make status I'll accept pretty much everything so feel free to open a Pull-Request