Answers for "php info.php"

PHP
13

nodemon is not recognized

//You need to install nodemon as globally. Use this command
npm install -g nodemon
//Now you can use nodemon it will work
Posted by: Guest on June-03-2021
6

show php info

phpinfo();
Posted by: Guest on February-20-2020
0

show phpinfo just modules

phpinfo(INFO_MODULES);
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language