You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer needs roots/wordpress-core-installer as allowed plugin. If installed on a local machine, composer automatically asks:
roots/wordpress-core-installer contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
So a simple y solves the problem.
But installing it interactively, like with Forge on Hetzner, installation fails without manually adding
Note: when the project is locally composered, the problem is already solved before deploying with Forge. The only constellation to reproduce is to create a new Laravel, require the Press package and try to deploy with Forge without even building it locally.
The text was updated successfully, but these errors were encountered:
Composer needs roots/wordpress-core-installer as allowed plugin. If installed on a local machine, composer automatically asks:
roots/wordpress-core-installer contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
So a simple y solves the problem.
But installing it interactively, like with Forge on Hetzner, installation fails without manually adding
to composer.json.
Do a short research on this, to:
Note: when the project is locally composered, the problem is already solved before deploying with Forge. The only constellation to reproduce is to create a new Laravel, require the Press package and try to deploy with Forge without even building it locally.
The text was updated successfully, but these errors were encountered: