Simple plugin to implement Bootstrap in CakePHP 3
Este plugin é um fork do Twitter Bootstrap Plugin
https://github.com/elboletaire/twbs-cake-plugin
Este plugin somente usa CSS, não usa Less.
Ele também contém templates para o bake que devem ajudar na criação dos aplicativos com o bootstrap.
Características Gerais
- Bake templates.
- Generic Bootstrap layout.
Você pode facilmente instalar este plugin usando o cmposer:
composer require ribafs/twbs-cake-css
Habilitando o plugin
bin/cake plugin load Bootstrap
Isto deve carregar o CSS para você.
Adicionar o template para o src/Controller/AppController.php
public function beforeRender(Event $event) {
$this->viewBuilder()->theme('Bootstrap');
...
Gerando as Views
Gerar as views usando o template embutido com este plugin.
bin/cake bake all amigos --theme Bootstrap
Licença:
The MIT License (MIT)
Este plugin encotnra-se no GitHub:
https://github.com/ribafs/twbs-cake-css
Comments fornecido por CComment