2017 © Pedro Peláez
 

module bootstrap

Simple Module to allow facilitate use of Twitter Bootstrap

image

zucchi/bootstrap

Simple Module to allow facilitate use of Twitter Bootstrap

  • Sunday, February 2, 2014
  • by mattcockayne
  • Repository
  • 5 Watchers
  • 10 Stars
  • 473 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 9 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZucchiBootstrap

Module to provide files and helpers for use with ZF2 Modules, (*1)

Installation

From the root of your ZF2 Skeleton Application run, (*2)

./composer.phar require zucchi/bootstrap

This module will require your vhost to use an AliasMatch, (*3)

AliasMatch /_([^/]+)/(.+)/([^/]+) /path/to/vendor/$2/public/$1/$3

You can now include the following in your layout to make use of Twitters Bootstrap, (*4)

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

Available Features

  • 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

Roadmap

  • Image/Thumbnail view Helper
  • Dropdown Helpers
  • Navigation (tabs, pills, stackable, list) Helpers
  • Breadcrumb Helpers
  • Pagination Helpers

The Versions

02/02 2014

dev-master

9999999-dev https://github.com/zucchi/ZucchiBootstrap

Simple Module to allow facilitate use of Twitter Bootstrap

  Sources   Download

BSD-3-Clause

The Requires

 

bootstrap zf2 twitter