2017 © Pedro Peláez
 

cakephp-plugin buibaker

Theme for Bootstrap3

image

trump27/buibaker

Theme for Bootstrap3

  • Monday, October 26, 2015
  • by trump27
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

BuiBaker plugin for CakePHP

BootstrapUIをするときのサンプルlayoutと、TemplateのBake用テーマ。, (*1)

Requirements

インストールと設定

Composerで追加, (*2)

composer require trump27/buibaker

プラグイン追加 bootstrap.php, (*3)

Plugin::load('BootstrapUI');
Plugin::load('BuiBaker');

BootstrapUIのHelper読み込み src\View\AppView, (*4)

public $layout = 'BuiBaker.default';

public function initialize()
{
    $this->loadHelper('Html', ['className' => 'BootstrapUI.Html']);
    $this->loadHelper('Form', ['className' => 'BootstrapUI.Form']);
    $this->loadHelper('Flash', ['className' => 'BootstrapUI.Flash']);
    $this->loadHelper('Paginator', ['className' => 'BootstrapUI.Paginator']);
}

model, controllerを作成後、templateをbake, (*5)

$ bin/cake bake template [template_name] -t BuiBaker

ライセンス

Copyright (c) 2015, trump27 and licensed under The MIT License., (*6)

The Versions

26/10 2015

dev-master

9999999-dev https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Requires

 

by Avatar trump27

26/10 2015

0.1.6

0.1.6.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Requires

 

by Avatar trump27

24/10 2015

0.1.5

0.1.5.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Development Requires

by Avatar trump27

18/10 2015

0.1.4

0.1.4.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Development Requires

by Avatar trump27

18/10 2015

0.1.3

0.1.3.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Requires

 

by Avatar trump27

18/10 2015

0.1.1

0.1.1.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Development Requires

by Avatar trump27

18/10 2015

0.1.2

0.1.2.0 https://github.com/trump27/buibaker

Theme for Bootstrap3

  Sources   Download

MIT

The Development Requires

by Avatar trump27