PHPackages                             appstract/laravel-bootstrap-components - 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. appstract/laravel-bootstrap-components

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

appstract/laravel-bootstrap-components
======================================

Bootstrap components for Laravel

2.0.0(6y ago)19436.3k↑25%33MITHTMLPHP ^7.1.3

Since May 31Pushed 6y ago15 watchersCompare

[ Source](https://github.com/appstract/laravel-bootstrap-components)[ Packagist](https://packagist.org/packages/appstract/laravel-bootstrap-components)[ Docs](https://github.com/appstract/laravel-bootstrap-components)[ RSS](/packages/appstract-laravel-bootstrap-components/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (12)Used By (0)

Laravel Bootstrap Components
============================

[](#laravel-bootstrap-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5a5724c912e6bba40452a9474c60dbf7286c0e56ecfb309b5697f8a74b2bedd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170707374726163742f6c61726176656c2d626f6f7473747261702d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-bootstrap-components)[![Total Downloads](https://camo.githubusercontent.com/6b6b18c662920ad5f664336bb782ba47fb77b93ce7ab6884cf344831ddd8113e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170707374726163742f6c61726176656c2d626f6f7473747261702d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-bootstrap-components)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Easily use Bootstrap 4 components as Laravel components.

You can help with adding components by creating a pull request.

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

[](#installation)

You can install the package via composer:

```
composer require appstract/laravel-bootstrap-components
```

Usage
-----

[](#usage)

Examples:

```
@component('bootstrap::modal')
    This is the content of the modal
@endcomponent

@component('bootstrap::progress', ['value' => 75])
    // Extra bars
@endcomponent
```

More components and documentation [in the wiki](https://github.com/appstract/laravel-bootstrap-components/wiki).

Contributing
------------

[](#contributing)

Contributions are very welcome! If you want to add a component, please keep the following in mind when creating a pull request:

- Have a look at the existing components for examples.
- Customization of the component (like custom classes and options for the component).
- Provide some docs in the [wiki](https://github.com/appstract/laravel-bootstrap-components/wiki).

[Thanks to all the contributors](https://github.com/appstract/laravel-bootstrap-components/graphs/contributors)

About Appstract
---------------

[](#about-appstract)

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/teamappstract), [buy us a beer](https://www.paypal.me/teamappstract/10) or [support us on Patreon](https://www.patreon.com/appstract).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 68.1% 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 ~103 days

Recently: every ~234 days

Total

11

Last Release

2244d ago

Major Versions

0.2.0 → 1.0.02018-01-22

1.1.1 → 2.0.02020-03-26

PHP version history (3 changes)0.0.1PHP ^7.0

0.0.3PHP &gt;=5.6

2.0.0PHP ^7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1470623?v=4)[Gijs Jorissen](/maintainers/gizburdt)[@gizburdt](https://github.com/gizburdt)

![](https://avatars.githubusercontent.com/u/3015449?v=4)[Olav van Schie](/maintainers/ovanschie)[@ovanschie](https://github.com/ovanschie)

---

Top Contributors

[![ovanschie](https://avatars.githubusercontent.com/u/3015449?v=4)](https://github.com/ovanschie "ovanschie (32 commits)")[![gizburdt](https://avatars.githubusercontent.com/u/1470623?v=4)](https://github.com/gizburdt "gizburdt (7 commits)")[![303K](https://avatars.githubusercontent.com/u/3934941?v=4)](https://github.com/303K "303K (4 commits)")[![teuunn](https://avatars.githubusercontent.com/u/17406280?v=4)](https://github.com/teuunn "teuunn (4 commits)")

---

Tags

bladebootstrapbootstrap-componentslaravellaravel-componentslaravel-packagephpappstractlaravel-bootstrap-components

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appstract-laravel-bootstrap-components/health.svg)

```
[![Health](https://phpackages.com/badges/appstract-laravel-bootstrap-components/health.svg)](https://phpackages.com/packages/appstract-laravel-bootstrap-components)
```

###  Alternatives

[appstract/laravel-blade-directives

Handy Blade directives

8501.2M9](/packages/appstract-laravel-blade-directives)[cagilo/cagilo

A set of open-source Blade components for the Laravel Framework

172996.5k](/packages/cagilo-cagilo)[orchid/blade-icons

An easy way inline SVG images in your Blade templates.

223.4M9](/packages/orchid-blade-icons)[wireui/heroicons

The Tailwind Heroicons for laravel blade by WireUI

43390.8k5](/packages/wireui-heroicons)[stillat/antlers-components

2656.0k1](/packages/stillat-antlers-components)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)

PHPackages © 2026

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