When I currently use ./cake.bat bake template Genres
or ./cake.bat bake template Genres --prefix admin
, then the templates are used from these locations:
cakephp\bake\src\Template\Bake\Template\view.twig
cakephp\bake\src\Template\Bake\Template\index.twig
cakephp\bake\src\Template\Bake\Template\add.twig
cakephp\bake\src\Template\Bake\Template\edit.twig
I want to different versions of all these templates when I bake with the admin prefix. I tried creating a Bake Theme.
- I ran
./cake.bat bake plugin AdminTheme
- Then I placed the desired template files in
plugins/AdminTheme/templates/Bake/Template/
. - Ran
./cake.bat bake template Genres --theme AdminTheme
- Got
Error: "AdminTheme" is not a valid value for --theme. Please use one of "Bake, Migrations, WyriHaximus/TwigView"