Skip to content

Instantly share code, notes, and snippets.

View skowi's full-sized avatar

Szymon Skowroński skowi

  • Sylius
  • Toruń, Poland
View GitHub Profile
docker stop $(docker ps -a -q)
@skowi
skowi / sh
Created August 19, 2016 10:34
docker run -it -v $(pwd):/home/test cocoders/php7-cli bash
@skowi
skowi / composer.json
Last active August 19, 2016 06:06
Kata TDD PHPpers Summit #1
{
"require-dev": {
"phpspec/phpspec" : "^3.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"": "src"
@skowi
skowi / gist:ed7ea01bf2fc62b82498
Created June 30, 2014 08:15
vagrant remote debug
export XDEBUG_CONFIG="idekey=PHPSTORM"
export PHP_IDE_CONFIG="serverName=server"
php -dxdebug.remote_host=33.33.33.1 bin/behat