Issue
When I bake my plugin controller, it always generate with scaffolding.
class MyController extends PluginAppController {
/**
* Scaffold
*
* @var mixed
*/
public $scaffold;
}
Anyone help me to bake plugin without scaffolding.
Solution
From your main app directory in the command line enter
cake bake controller -p <pluginname>- select the controller you're baking
Answer the scaffolding question with default (no)
Would you like to use dynamic scaffolding? (y/n)
[n] >
Answered By - mk97 Answer Checked By - Cary Denson (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.