How to setup environment variable to cake bake for xampp
Cakephp Console path: C:\xampp\htdocs\project_name\lib\Cake\Console;
Add as a value of the path variable value with comma separated: ;C:\xampp\htdocs\project_name\lib\Cake\Console;
How to bake using CMD
Step 1: Go to C:\xampp\htdocs\project_name\app
Step 2: Press shift + right mouse and click on Open Command Window Here
Step 3: Now write your cake bake command like C:\xampp\htdocs\dev_pip\app>cake bake plugin ContactManager
OS: Windows 10
Server: XAMPP
Cakephp 2.5
Leave a Reply