Maxime Helias

Results 81 comments of Maxime Helias

If you want, you can redirect your PR to this repo : https://github.com/odolbeau/phone-number-bundle We would be happy to merge this :)

You have also a error on this line for Sf < 3.0 : https://github.com/misd-service-development/phone-number-bundle/blob/master/Tests/Form/Type/PhoneNumberTypeTest.php#L224 But I think we can drop the support up to version 3.4

You can use [league/flysystem-sftp-v3](https://github.com/thephpleague/flysystem-sftp-v3)

You can use https://github.com/thephpleague/flysystem-sftp-v3

A work has already been started here: https://github.com/dunglas/symfony-docker/pull/106

Close for https://github.com/dunglas/symfony-docker/pull/106

We have added a note to recommend the 2.10+ version

I don't have a Window ready to reproduce the case. Can you check that the configuration of docker for window is correct ? It looks like a permission issue to...

The `.dockerignore` file is there to optimize the ADD or COPY command during the build (https://docs.docker.com/engine/reference/builder/#dockerignore-file). The `bin/console` file is retrieved when creating the symfony skeleton in the build process...

And the mounted volume here : https://github.com/dunglas/symfony-docker/blob/9d192405e001d802a9cd65dffdb5758345f660fa/docker-compose.override.yml#L8 recover the creation that was done on the container during the build on the local machine