3xw / cakephp-bake
3xw CakePHP template skeleton
Installs: 805
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Twig
Type:cakephp-plugin
Requires
- php: >=7.2
- cakephp/cakephp: ^4.0
- cakephp/plugin-installer: ^1.0
- cakephp/twig-view: ^1.0
- friendsofcake/search: ^6.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.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');