Wrong path to autoload.php
Error:
$ dorgflow PHP Warning: require_once(/var/www/drupal_8/vendor/joachim-n/dorgflow/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/drupal_8/vendor/joachim-n/dorgflow/dorgflow on line 6
I think we should replace:
require_once __DIR__ . '/vendor/autoload.php';
with:
require_once __DIR__ . '/../../autoload.php';
Well it's correct if you're running the script as a standalone, symlinked into your bash $PATH, which is what I do...
I gather that people are now using this package within a Drupal project, so I'll take a PR that checks for both.
Same thing. I use it like this: ` cd /var/www/drupal_8/rg/patches/drupal/2985199
git clone --branch 8.8.x https://git.drupal.org/project/drupal.git cd drupal
dorgflow https://www.drupal.org/project/drupal/issues/2985199 `
I gather that people are now using this package within a Drupal project, so I'll take a PR that checks for both.
Could you do it, please?
Same problem yet.