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. [Framework](/categories/framework)
4. /
5. ipimpat/bootstream

ActiveLibrary[Framework](/categories/framework)

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(3y ago)232042MITVuePHP ^8.0

Since Dec 25Pushed 3y ago2 watchersCompare

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

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 62% 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

1137d 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

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M305](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M150](/packages/laravel-mcp)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k12](/packages/laravel-surveyor)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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