Sunday, August 30, 2015

Environment Variable Setting For Cake Bake On Window 7

Cakephp is a rapid developement open source framework. It has lots of precious feature, one of them is Cakephp's bake console.

Cakephp bake console automatically generate CRUD(Create,Read,Update,Delete) functionality  for particular model. It means you will be able to step up a full working application in a few minutes using it

To bake CRUD(Create,Read,Update,Delete) functionality we have to run "cake bake" command in command prompt.
C:\Users\ubed>cake bake

I have notice lots of developer try this but they stuck in command line error.
Most common is below errer
'cake' is not recognized as an internal or external command, operable program or batch file.

it's means  you not set up Environment Variable Path. so here we are learning how to set up Environment Variable Path which is necessary before bake.

So just follow below video to set Environment Variable Path







No comments:

Post a Comment