I am trying to bake models, controllers and views for my plugin in my app called: admin. I am using windows 7. Bake works when baking an app and within the app.
This is what I am doing:
- cd c:\wamp\www\propharm\app (also tried without \app)
- cake bake plugin admin model
This is the folder my plugin resides in: C:\wamp\www\propharm\app\Plugin
I get this in response from the console.
Create the directory structure, AppModel and AppController classes for a
new plugin. Can create plugins in any of your bootstrapped plugin paths.
Usage:
cake bake plugin [-h] [-v] [-q] [<name>]
Options:
--help, -h Display this help.
--verbose, -v Enable verbose output.
--quiet, -q Enable quiet output.
Arguments:
name CamelCased name of the plugin to create.
(optional)
I tried this: in bootrap.php
CakePlugin::load('Admin');
Its still not working. If someone knows what I am doing wrong, please help. thanks. Louis