PHPackages                             ipimpat/bootstream - 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. ipimpat/bootstream

ActiveLibrary

ipimpat/bootstream
==================

A Laravel 9 and 10 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.

v2.0.3(2y ago)232042MITVuePHP ^8.0

Since Dec 25Pushed 2y ago2 watchersCompare

[ Source](https://github.com/ipimpat/bootstream)[ Packagist](https://packagist.org/packages/ipimpat/bootstream)[ RSS](/packages/ipimpat-bootstream/feed)WikiDiscussions main Synced 1mo ago

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

Bootstream
==========

[](#bootstream)

[![Latest Stable Version](https://camo.githubusercontent.com/efd9c2052ddd0756579f5ac8eb4234f9fff8c7c99cde2c3f55aa5a950664cd41/68747470733a2f2f706f7365722e707567782e6f72672f6970696d7061742f626f6f7473747265616d2f76)](https://packagist.org/packages/ipimpat/bootstream)[![Total Downloads](https://camo.githubusercontent.com/575bf6b9a08dee975ed36adc116ddb026e5c6d8edb33d1aabc99f281091ec6bc/68747470733a2f2f706f7365722e707567782e6f72672f6970696d7061742f626f6f7473747265616d2f646f776e6c6f616473)](https://packagist.org/packages/ipimpat/bootstream)[![License](https://camo.githubusercontent.com/3d3bfd9b92b10b998f201e5e3c06d94384806825bec4be85492fa1242c756834/68747470733a2f2f706f7365722e707567782e6f72672f6970696d7061742f626f6f7473747265616d2f6c6963656e7365)](https://packagist.org/packages/ipimpat/bootstream)

Description
-----------

[](#description)

Bootstream is a package for Laravel 9 and 10 that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.

Table of Content
----------------

[](#table-of-content)

- [Installation](#installation)
    - [Install Jetstream with Inertia](#install-jetstream-with-inertia)
    - [Install Bootstream](#install-bootstream)
    - [Finalizing the Installation](#finalizing-the-installation)
- [Testing](#testing)
- [License](#license)

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

[](#installation)

This package only supports Jetstream with [Inertia](https://jetstream.laravel.com/2.x/stacks/inertia.html).

> It is important you install and configure [Laravel Jetstream](https://github.com/laravel/jetstream) with the Inertia stack before performing the installation.

You are highly encouraged to read through the entire documentation of [Jetstream](https://jetstream.laravel.com)before beginning your Bootstream project.

### Install Jetstream with Inertia

[](#install-jetstream-with-inertia)

You may use Composer to install Jetstream into your new Laravel project:

```
composer require laravel/jetstream
```

After installing the Jetstream package, you may use the `jetstream:install` command to install Jetstream With Inertia:

```
php artisan jetstream:install inertia

php artisan jetstream:install inertia --teams
```

### Install Bootstream

[](#install-bootstream)

You may use Composer to install Bootstream into your new Laravel project as dev dependency:

```
composer require ipimpat/bootstream --dev
```

The Bootstream install command are very similar to that of Jetstream.

In addition, you may use the `--teams` switch to install team assets just like you would in Jetstream:

```
php artisan bootstream:install

php artisan bootstream:install --teams
```

### Finalizing the Installation

[](#finalizing-the-installation)

After installing Bootstream, install and build your NPM dependencies:

```
npm install
npm run build
php artisan migrate

```

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

or

```
composer tests
```

Credit
------

[](#credit)

- [Jetstrap](https://github.com/nascent-africa/jetstrap)
- [Laravel Jetstream](https://jetstream.laravel.com)

License
-------

[](#license)

Bootstream is open-sourced software licensed under the [MIT license](https://github.com/ipimpat/bootstream/blob/master/LICENSE).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Recently: every ~24 days

Total

9

Last Release

1092d ago

Major Versions

v1.1.3 → v2.0.02023-02-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/4198d2edae71adcd8269294c8f3fd22efe3b8b215ecf857f9fc3fc305c5f89db?d=identicon)[ipimpat](/maintainers/ipimpat)

---

Top Contributors

[![ipimpat](https://avatars.githubusercontent.com/u/450038?v=4)](https://github.com/ipimpat "ipimpat (23 commits)")

---

Tags

bootstrap5inertiajslaravelphplaravelbootstrapinertiajsjetstreamVue.js

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ipimpat-bootstream/health.svg)

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

###  Alternatives

[nascent-africa/jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 4 or 5.

709210.5k1](/packages/nascent-africa-jetstrap)[tomatophp/tomato-admin

Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade

578.6k60](/packages/tomatophp-tomato-admin)[amendozaaguiar/laraveles-spanish-for-jetstream

Archivos de traducción al español latinoamericano para Laravel con Jetstream (auth, pagination, passwords, validation + todas las cadenas de Jetstream).

1412.1k](/packages/amendozaaguiar-laraveles-spanish-for-jetstream)[themeselection/master-laravel-bootstrap-jetstream

A Laravel 11 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.

142.0k](/packages/themeselection-master-laravel-bootstrap-jetstream)

PHPackages © 2026

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