Answers for "you can also run `php --ini` in a terminal to see which files are used by php in cli mode. alternatively, you can run composer with `--ignore-platform-req=ext-xmlrpc` to temporarily ignore these required extensions."

PHP
11

You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-mb

composer install --ignore-platform-reqs
Posted by: Guest on January-04-2021

Code answers related to "you can also run `php --ini` in a terminal to see which files are used by php in cli mode. alternatively, you can run composer with `--ignore-platform-req=ext-xmlrpc` to temporarily ignore these required extensions."

Browse Popular Code Answers by Language