Skip to content

Skpd/Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skpd\Bootstrap, v0.1

Latest Stable Version Total Downloads

Introduction

Skpd\Bootstrap is a module for Zend Framework 2, for easy integration of the Twitter Bootstrap v3.*.

Demonstration

Example files located at examples directory. You can run it with PHP built-in server:

php -S 127.0.0.1:8080 -t vendor/skpd/bootstrap/examples/

Requirements

Installation

With composer

  1. Add this project in your composer.json:

    "require": {
        "skpd/bootstrap": "dev-master"
    }

Post installation

  1. Enable it in your application.config.php file.

    return array(
        'modules' => array(
            'Skpd\Bootstrap',
            // ...
        ),
    );

Roadmap

  • Default elements
  • Form Types (inline, horizontal, default)
  • Help blocks
  • Alerts with the Flash Messenger plugin

About

Zend Framework 2 module for Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published