PhpStorm terminal does not recognize xampp php

0

Does anyone know why the PhpStorm terminal does not recognize php from xampp?

Because in the Windows terminal it works normal

the composer, the php used with laravel, but the phpstorm terminal does not work

    
asked by anonymous 25.01.2018 / 15:44

1 answer

0

I found out how to solve.

If anyone needs it, I did so:

I think the sequence was meant to be:

  • Install XAMPP;

  • Install PHPStorm;

  • I did the other way round and it did not work.

    I removed PhpStorm and did that and it worked.

        
    26.01.2018 / 13:38