-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] PimcoreQuillBundle does not exist #222
Comments
Because it is a required bundle? See: https://github.com/pimcore/skeleton/blob/2024.x/src/EventSubscriber/BundleSetupSubscriber.php#L41 |
but then it needs to be a composer requirement as well... |
In the skeleton it is: https://github.com/pimcore/skeleton/blob/2024.x/composer.json#L18 |
then it is missing here: https://github.com/pimcore/skeleton/blob/2024.x/config/bundles.php#L4 |
Shouldn't the |
this is loaded in the kernel: https://github.com/pimcore/skeleton/blob/2024.x/src/Kernel.php#L30 |
That's confusing 😕 |
Expected behavior
Installation finishes without error
Actual behavior
Steps to reproduce
follow docker-based installation instructions. While calling install command, error from above is show.
The text was updated successfully, but these errors were encountered: