David Reagan
A linux web systems administrator who enjoys all aspects of web development.
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
创建于 PHPStorm keeps adding a trailing comma to composer.json line
I have an odd one. For some reason PHPStorm is adding a trailing comma to my composer.json.My composer.json with all the (hopefully) irrelevant stuff removed:{ "require": { "composer/in... -
创建于 Multi-framework project results in wrong tooltip doc links
I'm working on a project that has both Drupal and Symfony apps in it. Not just Drupal using Symfony's libraries, but separate apps built into separate docker images. Something like:- symfonyapp– co... -
创建于 File save breaks docker bind mount, any fixes?
I just discovered that the way PhpStorm saves a file breaks the bind mount in a docker container. If I have: - type: bind source: ./app_drupal/config/drupal/settings.php target: /var/www/html/sit...