Search code examples
cakephpnetbeanscakephp-3.0cakephp-bake

CakePHP 3.0 baking in netbeans


I am using CakePHP 3.0 for my first project and using Netbeans IDE. I downloaded CakePHP 3 plugin from github : junichi11.

Project is running well in browser. But unable to use bake command.

On running bake command from right click on project >> CakePHP3 >> run command and selecting bake all gives a list of possible models and there is no input console to make selection or enter any command.

bake command output

Baking from terminal in Ubuntu 14.04 gives this [commands are highlighted in yellow]

baking from terminal

How to run command like cake bake all admins


Solution

  • You have to fill the parameters field

    Answer on screen