Open dalin- opened 2 years ago
Upgrading to Terminus 3.0.3 allows it to work, but it still will generate those warnings.
FWIW, removing include __DIR__ . DIRECTORY_SEPARATOR . '../..' . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
on line 13 clears up the error and it still works as expected. Using Terminus 3.0.3
FWIW, removing
include __DIR__ . DIRECTORY_SEPARATOR . '../..' . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
on line 13 clears up the error and it still works as expected. UsingTerminus 3.0.3
Thanks! Looks like this was committed but a new release is not out yet.
It now works with Terminus 3.
just use: terminus self:plugin:install terminus-plugin-project/terminus-pancakes-plugin
PR for documentation update: https://github.com/terminus-plugin-project/terminus-pancakes-plugin/commit/02c92c29fad478f7746736301235012ccdb45df5
Let's see if it works anyway