PHPackages                             cvega/bootstrapform - 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. cvega/bootstrapform

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

cvega/bootstrapform
===================

Components for a bootstrap form

1.0.0(4y ago)14mitBladePHP ^7.3|^8.0

Since Jun 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/carlosvegab/bootstrapform)[ Packagist](https://packagist.org/packages/cvega/bootstrapform)[ RSS](/packages/cvega-bootstrapform/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bootstrap Form
==============

[](#bootstrap-form)

Components for a bootstrap form fields.

[![MIT License](https://camo.githubusercontent.com/7c124530b7c185c6928998842a1a52ed4bfd21071bf67db8f325f470cc3160a3/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f61746f6d69632d64657369676e2d75692e7376673f)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

Author
------

[](#author)

- [Carlos Vega](https://www.carlosvega.net)

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

[](#installation)

Install Bootstrapform with Composer

```
  composer require cvega/bootstrapform
```

And run Laravel Artisan command to publish content

```
  php artisan vendor:publish --provider="Cvega\Bootstrapform\src\BootstrapformServiceProvider.php" --tag="bootstrapform_components"
```

You need to use Bootstrap 5.

Documentation
-------------

[](#documentation)

After installed, you will have the following files:

```
- some components located in resources/views/components/bootstrapform

```

How Can You Use This Components?

You must use it in your views:

```

    @csrf

```

Each one of this components will render the following code.

Inputs:

```

```

```

      TEXT FOR LABEL

```

Select (values need to be formatted with json\_encode function):

```

```

```

      TEXT FOR LABEL

            Opt. 1
            Opt. 2
            Opt. 3
            Opt. 4
            Opt. 5
            Opt. 6
            Opt. 7

```

Color picker:

```

```

```

      TEXT FOR LABEL

```

File:

```

```

```

      TEXT FOR LABEL

```

Checkbox (checked possible values are "1" for "checked" and "0")

```

```

```

      TEXT FOR LABEL

```

Textarea:

```

```

```

      TEXT FOR LABEL
      CONTENT FOR TEXTAREA

```

Button:

```

```

```

```

Make sure you are using Bootstrap 5.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1487d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f6f86250e377430bffde4892d368d85e97e1b6e5ee46d09f81643b580614c19?d=identicon)[carlosvega.net](/maintainers/carlosvega.net)

---

Top Contributors

[![carlosvegab](https://avatars.githubusercontent.com/u/106979457?v=4)](https://github.com/carlosvegab "carlosvegab (3 commits)")

### Embed Badge

![Health badge](/badges/cvega-bootstrapform/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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