PHPackages                             zabaala/bootstrapme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. zabaala/bootstrapme

ActiveLibrary[Templating &amp; Views](/categories/templating)

zabaala/bootstrapme
===================

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

v0.1.5(9y ago)0101MIT

Since Nov 4Compare

[ Source](https://github.com/zabaala/bootstrapme)[ Packagist](https://packagist.org/packages/zabaala/bootstrapme)[ RSS](/packages/zabaala-bootstrapme/feed)WikiDiscussions Synced 1w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Bootstrapme Package for Laravel 5
---------------------------------

[](#bootstrapme-package-for-laravel-5)

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups.

### Requirement

[](#requirement)

This package requires:

- Laravel 5.\*
- illuminate\\html (This package dont work with laravelcollective/Html package.)

### How to install

[](#how-to-install)

#### 1. Install the package

[](#1-install-the-package)

Add Bootstrapme into package.json. To do this, run `composer requre zabaala\bootstrapme`.

#### 3. Load Services Providers

[](#3-load-services-providers)

After install, open your own `config/app.php` file and place the following code inside of `providers` array key:

```
    'providers' => [
        // ... (ommited unnecessary list)
        /*
         * Package Service Providers...
         */
        Zabaala\Bootstrapme\BootstrapmeServiceProvider::class,
        // ... (ommited unnecessary list)
    ],
```

And this code inside `aliases` array key:

```
    'aliases' => [
        // ... (ommited unnecessary list)
        'Form' => Illuminate\Html\FormFacade::class,
        'Html' => Illuminate\Html\HtmlFacade::class,
    ],
```

### Colaborate

[](#colaborate)

Open a pull request and be happy! :)

### Author

[](#author)

Mauricio Rodrigues

### License

[](#license)

MIT

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

3569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43bb7eab4b1fcac5055f49b8c171503be94442ebeb9aa4322bfeafe04e6f636c?d=identicon)[zabaala](/maintainers/zabaala)

### Embed Badge

![Health badge](/badges/zabaala-bootstrapme/health.svg)

```
[![Health](https://phpackages.com/badges/zabaala-bootstrapme/health.svg)](https://phpackages.com/packages/zabaala-bootstrapme)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3841.2M](/packages/limenius-react-bundle)[wbrowar/guide

A CMS Guide for Craft CMS.

6154.7k1](/packages/wbrowar-guide)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
