Results 260 comments of webDEVILopers

Thanks guys for the help! I will try to sum it up for me. Please correct if I'm wrong. Our servers are using `php-pecl-mongodb` **1.2.5** and `libbson` **1.3.5**. Mongo Shell...

I had the same issue after realizing that my browser was missing the code changes due to OPCache - see #237 . I then disabled OPCache but still building the...

I'm not sure what you mean but it is not enabled on my local machine. I tried to get it running yesterday by changing the workdir to e.g. "srv2/app". It...

I can now recreate the behaviour that seems to cause the issues. When I start the project manually in my terminal changes are recognized. ``` docker-compose up --build -d ```...

Thanks for clearing that up! Your PHPStorm configuration works like a charm. I really can enjoy this package now! :+1:

Also my original issue disappeared too. I no longer have to disable OPCache in dev.

Thanks to @radmen I was able to identify the problem. The tests were throwing deprecation notices that would let the process fail. The notices could be hidden by this configuration...

> SYMFONY_DEPRECATIONS_HELPER=weak php vendor/bin/phpunit Thanks for the hint @BigZ !

For instance I had to set `:application` separately in my staging deploy files to make composer get the correct `shared` path: ``` ruby # staging.rb set :application, 'semcoglas' set :deploy_to,...