PHPackages                             covaleski/laravel-bootstrap-5 - 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. [Framework](/categories/framework)
4. /
5. covaleski/laravel-bootstrap-5

ActiveLibrary[Framework](/categories/framework)

covaleski/laravel-bootstrap-5
=============================

Bootstrap 5 components for Laravel.

v0.4.0(1mo ago)020MITPHPPHP ^8.3

Since Apr 11Pushed 1mo agoCompare

[ Source](https://github.com/covaleski/laravel-bootstrap-5)[ Packagist](https://packagist.org/packages/covaleski/laravel-bootstrap-5)[ RSS](/packages/covaleski-laravel-bootstrap-5/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

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

[](#laravel-bootstrap-5-components)

Bootstrap 5 Blade components for Laravel.

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

[](#installation)

Install this package using the Composer package manager:

```
composer require covaleski/laravel-bootstrap-5
```

Usage
-----

[](#usage)

First, include CSS and JS assets to the view using the `@bootstrap_css` and `@bootstrap_js` directives:

```

        @bootstrap_css
        Bootstrap demo

        Hello, world!
        @bootstrap_js

```

> If you intend to preload Bootstrap's stylesheets, use the `@bootstrap_css_preload` directive. Place it somewhere before the `@bootstrap_css` directive.

After including assets to the view, add the components you want to your Blade templates:

```

    A simple primary alert—check it out!

```

See all available components in [Components](./COMPONENTS.md).

### Icons

[](#icons)

Use the `@bootstrap_icons` and the `@bootstrap_icons_preload` directives just like the CSS directives to add Bootstrap's icon library to your application.

Configuration
-------------

[](#configuration)

By default, Bootstrap assets are loaded via CDN. You can change it in the `config/bootstrap.php` configuration file.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance92

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Every ~5 days

Total

5

Last Release

37d ago

### Community

Maintainers

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

---

Top Contributors

[![covaleski](https://avatars.githubusercontent.com/u/99929442?v=4)](https://github.com/covaleski "covaleski (47 commits)")

---

Tags

frameworklaravelbootstrap

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/covaleski-laravel-bootstrap-5/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.4k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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