cakephp - Cannot find the correct root for cake console -


i've trying cakephp console running, reading , watching many tutorials can find no avail. got latest realese of cake git, 3.08 in case, because composer instalation wasn't working had manually configure everyhing , far good.

the problem cannot life of me find cake console, of tutorial find make reference lib, app or console folder.

this current cake folder, @ c:\wamp\www\cake

the thing resembles i've seen in tutorial on bin folder, cake.php, cake.bat , cake file reside, there no console folder there though, no exceptions etc, using file finder console turns out 10 result none cake.bat , these other files together.

bin folder

cake/vendor

i know must dumb question doing wrong? added bin folder, php , mysql root path yet typing cake on console nothing, not error code.

adding path ;c:\wamp\www\cake\bin

any great.

you can run this:

 cd \wamp\www\cake  bin\cake 

to try fix problem type path in console see if bake added. if haven't reboot can run

set path=%path%;c:\cmdshortcuts 

or reboot , try again after adding path.

check this:

update windows path

install cakephp console windows


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -