Future scope: ability to install any missing extensions for a project using pie install
#13
Labels
question
Further information is requested
pie install
#13
A nice end user improvement in the future, could be something like:
So, for example a project depends on
ext-json
,ext-foo
, andext-imap
. Lets say onlyext-json
exists on the system PHP install. When you runpie install
(with no other parameters), it could list the required extensions by the project, and either prompt, or automatically install missing ones, so a hypothetical execution might look like:The text was updated successfully, but these errors were encountered: