PHP México Community website
Windows, OS X & Linux::
- Run docker container & install dependencies
docker-compose up -d
docker-compose exec -u web web bash
composer install
php bin/console doctrine:migra:migra
- Build assets
docker-compose -f docker-compose.cli.yml run --rm yarn install
docker-compose -f docker-compose.cli.yml run --rm yarn build
- Go to http://localhost:8080/
- Fork it (https://github.com/phpmx/phpmexico/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Run php-cs-fixer (
composer lint
) - Run tests (
./bin/phpunit
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
PHP México – @phpmx – slack://phpmx