jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

NEED HELP! Composer installation. "term 'php' is not recognized" #94

Open SpiderBrown opened 8 years ago

SpiderBrown commented 8 years ago

Here is the complete error message.

php : The term 'php' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

blag001 commented 8 years ago

You need to have PHP installed on your server /computer to be able to run it. you may have to install the PHP CLI extension or the full path (like c:\wampp\bin\php if you're on windows)

SpiderBrown commented 8 years ago

thank very much, its working now.