Search code examples
phpstorm

php storm file not opening


I installed xampp, composer, nodejs and npm, created a project. But when I used the command php storm, it shows as follows:

C:\Users\Hp>cd freeCodeGram

C:\Users\Hp\freeCodeGram>php storm .
Could not open input file: storm 

Solution

  • try without the space between php and storm

    phpstorm .
    

    you are now trying to run the file storm as a php command or whatever - that doesnt work :)