我已经按照这里的教程尝试了几次来创建自己的烘焙主题: https://book.cakephp.org/bake/1/en/development.html#creating-a-bake-theme
当我尝试运行名为“仪表板”的主题时,得到以下信息:
Error: "Dashboard" is not a valid value for --theme. Please use one of "Bake, Migrations, WyriHaximus/TwigView"
Error: "DashboardTheme" is not a valid value for --theme. Please use one of "Bake, Migrations, WyriHaximus/TwigView"
我尝试了以下命令:
cake bake all --theme Dashboard clients
cake bake all --theme DashboardTheme clients
我的文件结构:
答案 0 :(得分:0)
该插件未加载,缺少bootstrap()
中的语句。