3xw/cakephp-bake

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

3xw CakePHP template skeleton

Installs: 771

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:Twig

Type:cakephp-plugin

4.1.0 2020-11-11 15:25 UTC

This package is auto-updated.

Last update: 2024-03-26 19:32:45 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');