PHPackages                             coder-studio/bootstrap - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coder-studio/bootstrap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coder-studio/bootstrap
======================

1.0.0(8y ago)077MITPHP

Since Dec 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/coder-studio/bootstrap)[ Packagist](https://packagist.org/packages/coder-studio/bootstrap)[ RSS](/packages/coder-studio-bootstrap/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Form controls Bootstrap-4 for Laravel 5.x
=========================================

[](#form-controls-bootstrap-4-for-laravel-5x)

The package allows to use form controls of the Twitter Bootstrap 4 in the Laravel 5.x Blade template.

Installation
------------

[](#installation)

Install with composer the Composer.

```
$ composer require coder-studion/bootstrap
```

Add to config file in providers and aliases:

```
'providers' => [
...
CoderStudio\Bootstrap\Providers\BootstrapServiceProvider::class,
]

'aliases' => [
...
'Bootstrap' => CoderStudio\Bootstrap\Facades\Bootstrap::class,
],
```

Elements:
---------

[](#elements)

```
Bootstrap::button($name, $value = null);
Bootstrap::checkbox($name, $value = null);
Bootstrap::hidden($name, $value = null);
Bootstrap::password($name, $value = null);
Bootstrap::reset($name, $value = null);
Bootstrap::submit($name, $value = null);
Bootstrap::text($name, $value = null);
Bootstrap::color($name, $value = null);
Bootstrap::date($name, $value = null);
Bootstrap::datetime($name, $value = null);
Bootstrap::datetime_local($name, $value = null);
Bootstrap::email($name, $value = null);
Bootstrap::number($name, $value = null);
Bootstrap::range($name, $value = null);
Bootstrap::search($name, $value = null);
Bootstrap::tel($name, $value = null);
Bootstrap::time($name, $value = null);
Bootstrap::url($name, $value = null);
Bootstrap::month($name, $value = null);
Bootstrap::week($name, $value = null);
Bootstrap::textarea($name, $value = null);
Bootstrap::select($name, $value = null);
```

Methods:
--------

[](#methods)

```
label(string $label)
help(string $help)
addonLeft(string $addon_left)
addonRight(string $addon_right)
valid()
invalid()
sm()
lg()
floatingLabel()
params(array $params)
options(array $options)
id(string $id)
cssClass(string $class)
placeholder(string $placeholder)
rows(string $rows)
get()
```

Usage in Blade template:
------------------------

[](#usage-in-blade-template)

```

    {!! Bootstrap::text('inputName')->label('label name')->placeholder('label name')->floatingLabel()->id("idName")->params()->get() !!}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~303 days

Total

4

Last Release

2942d ago

Major Versions

0.2.0 → 1.0.02018-06-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10543051?v=4)[toropchin](/maintainers/toropchin)[@toropchin](https://github.com/toropchin)

---

Top Contributors

[![toropchin](https://avatars.githubusercontent.com/u/10543051?v=4)](https://github.com/toropchin "toropchin (1 commits)")

### Embed Badge

![Health badge](/badges/coder-studio-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/coder-studio-bootstrap/health.svg)](https://phpackages.com/packages/coder-studio-bootstrap)
```

###  Alternatives

[mp-php/fuel-packages-ratchet

121.9k](/packages/mp-php-fuel-packages-ratchet)

PHPackages © 2026

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