I'm trying to setup baking with Cakephp 3.4 on a Windows 10 machine using wamp. So first let me start with the paths that I'm using.
Path to Wamp is: C:\wamp
Path to PHP is: C:\wamp\bin\php\php5.6.25
Path to cakephp project fold is: C:\wamp\www
Path to current cakephp project is: C:\wamp\www\BrandInnovation
Path to cake, cake.bat and cake.php files is: C:\wamp\www\BrandInnovation\bin
So I remember in 2.x you had to set Windows Environment Variables to have it work. It was something like c:\wamp\bin\php\php5.6.25\;c:\wamp\www\cake\console\
in the advanced system settings in windows. My problem is that in Cakephp 3.x I dont see the \cake\Console anymore in any of the sites files.
If I open the Command Prompt in windows and navigate to C:\wamp\www\BrandInnovation\bin and execute the cake.bat file I get
C:\wamp\www\BrandInnovation\bin>cake.bat 'php' is not recognized as an internal or external command, operable program or batch file.
Any and all help would be great and thanks.