3xw/cakephp-bake

There is no license information available for the latest version (5.0) of this package.

3xw CakePHP template skeleton

Maintainers

Package info

github.com/3xw/cakephp-bake

Language:Twig

Type:cakephp-plugin

pkg:composer/3xw/cakephp-bake

Statistics

Installs: 837

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

5.0 2026-01-09 09:28 UTC

This package is auto-updated.

Last update: 2026-03-09 09:48:57 UTC


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');