Answers for "root composer.json requires php extension ext-mysqli * but it is missing from your system. install or enable php's mysqli extension."

PHP
2

The mysqli extension is missing. Please check your PHP configuration.

uncomments in the php/php.ini
;mysqli.allow_local_infile = On
Posted by: Guest on February-05-2021

Code answers related to "root composer.json requires php extension ext-mysqli * but it is missing from your system. install or enable php's mysqli extension."

Browse Popular Code Answers by Language