3xw / cakephp-bake
There is no license information available for the latest version (5.0) of this package.
3xw CakePHP template skeleton
Package info
Language:Twig
Type:cakephp-plugin
pkg:composer/3xw/cakephp-bake
5.0
2026-01-09 09:28 UTC
Requires
- php: >=7.2
- cakephp/cakephp: ^5.0
- cakephp/plugin-installer: ^2.0
- cakephp/twig-view: ^2.0
- friendsofcake/search: ^7.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- phpunit/phpunit: ~8.5.0
README
This plugin allows you to bake well : )
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require 3xw/cakephp-bake
Load it in your config/boostrap.php
Plugin::load('Trois/Bake');
Configure::write('Bake.theme', 'Trois/Bake');