dev-master
9999999-dev https://bitbucket.org/yameveo/silex-skeletonSilex skeleton for new projects with Docker, CircleCI, Behat & PHPSpec.
MIT
The Requires
The Development Requires
by Quim Manrique Roca
Silex skeleton for new projects with Docker, CircleCI, Behat & PHPSpec.
This is a basic silex skeleton sample, steps to install it:, (*2)
$ composer create-project --stability=dev yameveo/silex-skeleton name-of-your-project $ cd name-of-your-project/ $ make setup PROJECT_NAME=name-of-your-project
At this point, the .git folder will be removed, so you can init the project into a new repo., (*3)
Requirements (Mac OS):, (*4)
default
Requirements (Any Linux):, (*5)
Run docker-machine ip
and add the ip to your hosts file:, (*6)
192.168.99.100 name-of-your-project.dev
make dev
make nodev
make logs
make enter Write the name of the service that you want to access, possible choices are: * phpfpm * nging Service name: phpfpm root@b20f96fdf431:/app/name-of-your-project#
bin/phpspec run
bin/behat
Silex skeleton for new projects with Docker, CircleCI, Behat & PHPSpec.
MIT