
phpenv
List of commands for phpenv:
-
phpenv:tldr:0e685 phpenv: List all installed PHP versions.$ phpenv versionstry on your machineexplain this command
-
phpenv:tldr:2247c phpenv: Unset the local PHP version.$ phpenv local --unsettry on your machineexplain this command
-
phpenv:tldr:5ab44 phpenv: Refresh shim files for all PHP binaries known to `phpenv`.$ phpenv rehashtry on your machineexplain this command
-
phpenv:tldr:61c3f phpenv: Set the global PHP version.$ phpenv global ${version}try on your machineexplain this command
-
phpenv:tldr:8aca3 phpenv: Display the currently active PHP version.$ phpenv versiontry on your machineexplain this command
-
phpenv:tldr:cbab3 phpenv: Install a PHP version globally.$ phpenv install ${version}try on your machineexplain this command
-
phpenv:tldr:d57a8 phpenv: Set the local PHP version, which overrides the global version.$ phpenv local ${version}try on your machineexplain this command