PHPackages                             hotwired-laravel/hotstream - 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. hotwired-laravel/hotstream

Abandoned → [hotwired-laravel/turbo-breeze](/?search=hotwired-laravel%2Fturbo-breeze)ArchivedLibrary[Framework](/categories/framework)

hotwired-laravel/hotstream
==========================

Hotwired application starter kit for the Laravel framework.

0.0.6(2y ago)4271[2 issues](https://github.com/hotwired-laravel/hotstream/issues)[2 PRs](https://github.com/hotwired-laravel/hotstream/pulls)MITPHPPHP ^8.1

Since Jun 19Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (18)Versions (9)Used By (0)

[![Logo Hotstream](/art/hotstream-logo.svg)](/art/hotstream-logo.svg)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/8aaccf80f20a56ef00783c4373fc72227c8d1d329567f8f73191f69a32483a6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f7477697265642f686f7473747265616d) ](https://packagist.org/packages/hotwired/hotstream) [ ![License](https://camo.githubusercontent.com/284fd30ee33a7db224cb183ec806ea500b55198d74a21304ab82a5deaf5c8c58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f686f7477697265642f686f7473747265616d) ](https://packagist.org/packages/hotwired/hotstream)

**Attention: This project is under development and is not production-ready yet.**

Hotstream is an application Starter Kit for Laravel. It's heavily inspired by [Laravel Jetstream](https://github.com/laravel/jetstream), but modified to better work as a [Hotwired](https://hotwired.dev/) application.

It comes with [Turbo.js](https://turbo.hotwired.dev/), [Stimulus](https://stimulus.hotwired.dev/), [Importmap Laravel](https://github.com/tonysm/importmap-laravel), and [TailwindCSS Laravel](https://github.com/tonysm/tailwindcss-laravel). And features a Node-less frontend setup.

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

[](#installation)

You can install the package via composer:

```
composer require hotwired-laravel/hotstream
```

You can install Hotstream by running:

```
php artisan hostream:install
```

Alternatively, you can opt-in to include Teams:

```
php artisan hostream:install --teams
```

Then, migrate:

```
php artisan migrate
```

Since we're using [Importmap Laravel](https://github.com/tonysm/importmap-laravel), you'll need to create the symlink to map the JS folder to your `public/` folder by running (remember to run that inside Sail if you're using that):

```
php artisan storage:link
```

Next, to finish the [TailwindCSS Laravel](https://github.com/tonysm/tailwindcss-laravel) installation, you'll need to download the Tailwind CLI and compile your assets at least once:

```
php artisan tailwindcss:download
php artisan tailwindcss:build
```

Done!

Documentation
-------------

[](#documentation)

Documentation for Hotstream can be found on the [Hotstream section of the Turbo Laravel website](https://hotstream.turbo-laravel.com).

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)

- [Tony Messias](https://github.com/tonysm)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~8 days

Total

6

Last Release

1015d ago

### Community

Maintainers

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

---

Top Contributors

[![tonysm](https://avatars.githubusercontent.com/u/1178621?v=4)](https://github.com/tonysm "tonysm (67 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelhotwiredhotstream

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hotwired-laravel-hotstream/health.svg)

```
[![Health](https://phpackages.com/badges/hotwired-laravel-hotstream/health.svg)](https://phpackages.com/packages/hotwired-laravel-hotstream)
```

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)[hotwired-laravel/stimulus-laravel

Use Stimulus in your Laravel app

3015.3k1](/packages/hotwired-laravel-stimulus-laravel)

PHPackages © 2026

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