-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add allow-plugins
#16
base: 4.13.x
Are you sure you want to change the base?
Conversation
hmmm… having this in the |
We include it for |
|
But why is it a problem for the Contao Manager in the first place? If |
And the Contao Manager can always alter the |
We can never know what plugins a user will install, e.g.
The Contao Manager does not alter the |
The Contao Manager for example updates the
But then we should add this default everywhere. Anyway, what other solution do you propose? |
I don't have any other solution 🤷 |
That could be a viable option. But then we can only update this repo once the feature is implemented in the Contao Manager. |
Regardless I would argue that
should all work the same and not require different arguments from one another. |
I'm not sure what the best solution is here. |
@sascha-mueller This is simply a consistency problem for installing the demo via composer🤔. I'd leave this issue open for now, it would ask you to add the mentioned allow-plugins anyways when installing via composer. |
Just as a headsup for anyone reading this, that's what I use because it's cumbersome to always allow the same plugins:
Whoever uses the same won't have to deal with this and can safely work on the demo if they ever need to without updating the |
In connection with local installations via DDEV/Composer and the Contao demo I had to add the mentioned plugins (contao-components/installer & contao/manager-plugin) manually. Therefore, it would certainly be easier for many if this could be taken into account in the .json. I am not a developer, if there should be fundamental problems with this, at least the “detour” via the Contao Manager works (in a DDEV procedure). |
The current
composer.json
is still missing theallow-plugins
section of thecontao/managed-edition
causing prompts when installing viacomposer create-project
.