diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:20:03 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-19 00:20:03 +0200 |
commit | 0dd134b71539f38d84db3b023ba42d2650df278a (patch) | |
tree | ed73c88a626e02116f06e8e5d40b679af438bfe8 /fai_gestion/config/bootstrap_cli.php | |
parent | 1eeb6c1ee3b538e2a3f5b940c32725ec068f21ba (diff) | |
download | chd_gestion-0dd134b71539f38d84db3b023ba42d2650df278a.zip chd_gestion-0dd134b71539f38d84db3b023ba42d2650df278a.tar.gz chd_gestion-0dd134b71539f38d84db3b023ba42d2650df278a.tar.bz2 |
bake: Add configurability, generate less actions
Diffstat (limited to 'fai_gestion/config/bootstrap_cli.php')
-rw-r--r-- | fai_gestion/config/bootstrap_cli.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fai_gestion/config/bootstrap_cli.php b/fai_gestion/config/bootstrap_cli.php index 43b569a..f645560 100644 --- a/fai_gestion/config/bootstrap_cli.php +++ b/fai_gestion/config/bootstrap_cli.php @@ -29,4 +29,6 @@ use Cake\Core\Plugin; Configure::write('Log.debug.file', 'cli-debug'); Configure::write('Log.error.file', 'cli-error'); -Plugin::load('CustomTheme', ['bootstrap' => false, 'routes' => true]); +// Bake tweaking +// https://book.cakephp.org/3.0/en/bake/development.html +Plugin::load('CustomTheme', ['bootstrap' => true, 'routes' => true]); |