Replies: 1 comment 2 replies
-
|
It is not mentioned in the docs, because it is only used internally by PIE; you should not need to touch/change any of the If you're looking to bulk install extensions for a project, you would ensure the extensions needed are in your PHP project's Docs for that: https://github.com/php/pie?tab=readme-ov-file#installing-all-extensions-for-a-php-project |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is just slightly mentioned in docs so not really clear how it works or supposed to work.
Personally i expect it to work similarly to composer.json - so you can define a list of required extensions with their versions and configure options and then install them just by running
pie installBeta Was this translation helpful? Give feedback.
All reactions