David Reagan
A linux web systems administrator who enjoys all aspects of web development.
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created 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... -
Created 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... -
Created 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...