PHPackages                             hlev/jetstrap-minimal - 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. hlev/jetstrap-minimal

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

hlev/jetstrap-minimal
=====================

A package for Laravel 10 and 11 to replace TailwindCSS with Bootstrap 5.3, Livewire + Blade, Teams

1.1.0(2y ago)2146[1 issues](https://github.com/hlev/jetstrap-minimal/issues)MITBladePHP ^8.1

Since Mar 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hlev/jetstrap-minimal)[ Packagist](https://packagist.org/packages/hlev/jetstrap-minimal)[ RSS](/packages/hlev-jetstrap-minimal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Jetstrap Minimal
================

[](#jetstrap-minimal)

A package for Laravel Jetstream (4.x || 5.x) with Livewire (3.x) + Blade to replace TailwindCSS with Bootstrap 5.3
------------------------------------------------------------------------------------------------------------------

[](#a-package-for-laravel-jetstream-4x--5x-with-livewire-3x--blade-to-replace-tailwindcss-with-bootstrap-53)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c47be77ff85cb0329d9a987047c9acf3cf2004efd364b371306f446143468083/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686c65762f6a657473747261702d6d696e696d616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hlev/jetstrap-minimal)[![Total Downloads](https://camo.githubusercontent.com/244d940a2672dd186836c5828703132f4d2d0d7396e457a2a714ef49a0d171ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686c65762f6a657473747261702d6d696e696d616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hlev/jetstrap-minimal)

Inspired by [joeycoonce/jetstrap/](https://github.com/joeycoonce/jetstrap/)

Introduction
------------

[](#introduction)

I could not find a working package for this setup, but I was overwhelmed by Tailwind, so decided to make one that aims at nothing more than making the latest Laravel Jetstream scaffolding work with the latest Bootstrap.

- no configuration
- 1 (internal) service provider
- no migrations, extraneous assets, etc.

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

[](#installation)

Should be installed in a new `laravel/jetstream livewire` project.

```
composer require hlev/jetstrap-minimal

```

**CAVEAT: the next step will overwrite/remove files!**

```
./artisan jetstrap:swap

npm update

```

The command:

- updates `package.json` removes Tailwind, adds Bootstrap, @popperjs/core and SASS
- removes `tailwind.config.js`
- updates `postcss.config.js` and `vite.config.js`
- removes `resources/css/`
- copies `sass` and `js` resources in place
- overwrites views and components with Bootstrap syntax in `resources/views`.
- changes the `/` route from `'welcome'` to `'dashboard'`

### Misc

[](#misc)

#### Pagination

[](#pagination)

You may want to or already have run:

```
./artisan livewire:publish

```

Then update `config/livewire.php` to use `'bootstrap'` pagination. I did not test this.

#### Fixes

[](#fixes)

As for the components of the scaffolding, I mostly copied them over from [joeycoonce/jetstrap/](https://github.com/joeycoonce/jetstrap/), and fixed the following:

- `switchable.team.blade`: `'jet-'` prefix removed in `@props[ 'component' => ...]` reference
- `modal.blade.php`: `@entangle($attributes->wire('model'))` removed `.defer` to make modals work. As per [Livewire 3.x upgrade doc](https://livewire.laravel.com/docs/upgrading#entangle)
- fixed inclusion of `@livewireStyles` and `@vite()` assets
- added `@livewireScripts` to guest layout, since Jetstream 4.x uses Alpine on guest pages too
- adjusted the 2FA template to 4.x

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

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

Every ~2 days

Total

4

Last Release

787d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10318681998fcf0914504d5be96bf1131cf53943c574dd568aae55b5030c9888?d=identicon)[hlev](/maintainers/hlev)

---

Top Contributors

[![hlev](https://avatars.githubusercontent.com/u/3219829?v=4)](https://github.com/hlev "hlev (12 commits)")

---

Tags

bladebootstrapjetstream-laravellivewirephpphplaravelbladelivewirebootstrapjetstream

### Embed Badge

![Health badge](/badges/hlev-jetstrap-minimal/health.svg)

```
[![Health](https://phpackages.com/badges/hlev-jetstrap-minimal/health.svg)](https://phpackages.com/packages/hlev-jetstrap-minimal)
```

###  Alternatives

[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)

PHPackages © 2026

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