2017 © Pedro Peláez
 

library bootstrap

Módulo simples para Zend Framework 2 com algumas implementações do Twitter Bootstrap versão 2.3

image

becinteligencia/bootstrap

Módulo simples para Zend Framework 2 com algumas implementações do Twitter Bootstrap versão 2.3

  • Tuesday, August 8, 2017
  • by edsonhoraciojuniorbec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NwBootstrap

Simple Module to allow facilitate use of Twitter Bootstrap Zend Framework 2, (*1)

Installation

Para seu Skeleton Application Zend Framework 2, (*2)

Você precisa fazer o download do Twitters Bootstrap e adicione na pasta public do seu projeto., (*3)

Adicionae ao layout as tag de estiloes e scripts do Twitters Bootstrap., (*4)

<?=$this->headLink()->appendStylesheet($this->basePath() . '/assets/bootstrap/css/bootstrap.min.css')
                    ->appendStylesheet($this->basePath() . '/assets/bootstrap/css/bootstrap-responsive.min.css')?>
<?=$this->headScript()->appendFile($this->basePath() . '/assets/bootstrap/js/bootstrap.min.js') ?>

Funcionalidades

  • Form View Helpers
    • Bootstrap Form - Render a complete form
    • Bootstrap Collection - Render a collection Element
    • Bootstrap Row = Render an element
  • Navigation View Helpers(Navbar only)
  • Alert View Helpers

The Versions

08/08 2017

dev-master

9999999-dev https://github.com/edsonhoraciojuniorbec/NwBootstrap

Módulo simples para Zend Framework 2 com algumas implementações do Twitter Bootstrap versão 2.3

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Edson Horácio Junior

framework bootstrap zf2 zend twitter becinteligencia