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

ActiveLibrary[Framework](/categories/framework)

joeycoonce/jetstrap
===================

A package for Laravel 10 that replaces Laravel Jetstream's TailwindCSS based Livewire stack with a Bootstrap 5.2 based Livewire stack.

1211[2 PRs](https://github.com/joeycoonce/jetstrap/pulls)Blade

Since Jul 3Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

A package for Laravel 10 that replaces Laravel Jetstream's TailwindCSS based Livewire stack with a Bootstrap 5.2 based Livewire stack.
======================================================================================================================================

[](#a-package-for-laravel-10-that-replaces-laravel-jetstreams-tailwindcss-based-livewire-stack-with-a-bootstrap-52-based-livewire-stack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2a2c9b764db1cf1e94f472e8df3722a4e5ced77b9257080ea3c2ec8cef2ef978/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6579636f6f6e63652f6a657473747261702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joeycoonce/jetstrap)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fcd0c04ae325e1d575f32a9f170abfbbf84ca5e244e9ce16348d15123fc644dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6f6579636f6f6e63652f6a657473747261702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/joeycoonce/jetstrap/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c6c928fa6cce4872bb950ee45de7726a5533073b159f1b1f6231155556f012b6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6f6579636f6f6e63652f6a657473747261702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/joeycoonce/jetstrap/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/53a7ac756368a075ae42b843055b77ff720d2c1fc64ed5ec36b20d19c86617f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6579636f6f6e63652f6a657473747261702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joeycoonce/jetstrap)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/f22ea8490514d2b4c6fcc1e30516927b16a9c1a9686f0aed15c237e739d5dac2/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6a657473747261702e6a70673f743d31)](https://spatie.be/github-ad-click/jetstrap)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require joeycoonce/jetstrap
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="jetstrap-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="jetstrap-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="jetstrap-views"
```

Usage
-----

[](#usage)

```
$jetstrap = new JoeyCoonce\Jetstrap();
echo $jetstrap->echoPhrase('Hello, JoeyCoonce!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Joey Coonce](https://github.com/joeycoonce)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbd256cff0cfc45e727311a177eab35cf968a079c12b937b3badb7dfd7b8ea13?d=identicon)[joeycoonce](/maintainers/joeycoonce)

---

Top Contributors

[![joeycoonce](https://avatars.githubusercontent.com/u/1059971?v=4)](https://github.com/joeycoonce "joeycoonce (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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