Results 39 comments of Zuluru

You did `composer install` after the pull? It would seem so, or else I'd think that `vendor/composer` wouldn't exist at all. But then the authentication plugin should exist too. Does...

How bizarre! I did a fresh checkout, `composer install`, and a bunch of the things that are supposed to be in `vendor` are instead in a `Plugin` folder that I've...

A short-term workaround seems to be to simply delete the entire `Plugin` folder (note, not the `plugins` folder, that should remain as it is), then re-run `composer install`. That put...

Just pushed up a little update that resolves the `Plugin` vs `vendor` issue, at least for me. Give it a try. As for the incorrect date thing, that's also very...

The CakePHP 4 branch has (finally!) been finalized and merged to master. I'm hoping that this will finally clear up all these installation issues. I have successfully run installations of...

I've personally never even tried running Zuluru with any version of MariaDB. The CakePHP4 branch should support MySQL 8.x, though testing of that has also not been particularly thorough just...

Thanks for your patience on this. Docker support is unofficial, contributed by a third-party. I have not yet gotten into any of that, so I'm not in a good position...

The CakePHP 4 branch has (finally!) been finalized and merged to master. I'm hoping that this will finally clear up all these installation issues. I have successfully run installations of...

The CakePHP 4 branch has (finally!) been finalized and merged to master. Minimum PHP version is now 7.4, but the Docker file looks like it's using PHP 7.3, so that...