PHPackages                             hotwired-laravel/hotwire-starter-kit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hotwired-laravel/hotwire-starter-kit

ActiveProject[Utility &amp; Helpers](/categories/utility)

hotwired-laravel/hotwire-starter-kit
====================================

A Hotwire Starter Kit for Hotwire

213504BladeCI passing

Since Mar 30Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel + Hotwire Starter Kit
=============================

[](#laravel--hotwire-starter-kit)

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

[](#introduction)

A community-built starter kit to build [Hotwired](https://hotwired.dev/) apps with Laravel.

Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. It also comes ready to be integrated with [Hotwire Native](https://native.hotwired.dev/), which is a web-first framework for building native mobile apps (if you want to see an example [Native Android app](https://github.com/hotwired-laravel/hotwire-starter-kit-android-example)). It provides you with all the tools you need to leverage your web app and build great mobile apps.

This Hotwire Starter Kit comes with [Turbo Laravel](https://turbo-laravel.com/), [Tailwind CSS Laravel](https://github.com/tonysm/tailwindcss-laravel) and [Importmap Laravel](https://github.com/tonysm/importmap-laravel) for a #nobuild frontend setup (but it also works with Vite, if you want to use that), [Stimulus Laravel](https://github.com/hotwired-laravel/stimulus-laravel) to make it easier to make Stimulus controllers and Hotwire Native Bridge Components, it also comes with the [Hotwire Hotreload](https://github.com/hotwired-laravel/hotreload) package installed as a dev dependency to make development easier, and the [daisyUI](https://daisyui.com/) component library integrated.

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

[](#installation)

You can use the Laravel Installer to setup the Hotwire Starter Kit.

```
laravel new my-app --using=hotwired-laravel/hotwire-starter-kit
```

### Local Development

[](#local-development)

We ship with a [Procfile](./Procfile) so you may run it with [foreman](https://github.com/ddollar/foreman) or [node-foreman](https://github.com/strongloop/node-foreman) or, our recommended way since it only requires a single binary, using [Overmind](https://github.com/DarthSim/overmind). Download the binary, put it somewhere registered in your `$PATH` var, then run:

```
composer run dev
```

### Deployment

[](#deployment)

Deploying a Hotwired Laravel app is just like deploying any other Laravel app. It only differs a bit because we're using [Tailwind CSS Laravel](https://github.com/tonysm/tailwindcss-laravel) and [Importmap Laravel](https://github.com/tonysm/importmap-laravel), so make sure you add the steps to your deploy script:

```
# Build the Tailwind CSS styles...
php artisan tailwindcss:download
php artisan tailwindcss:build --prod

# Copy JavaScript files and generate the production manifest...
php artisan importmap:optimize
```

If you're uploading your assets to a CDN (like in Vapor), make sure you set the `ASSET_URL` before running these commands, since the Importmap manifest will be created using the full URL that relies on this flag.

For more information, head out to the [Tailwind CSS Laravel](https://github.com/tonysm/tailwindcss-laravel#deploying-your-app) and [Importmap Laravel](https://github.com/tonysm/importmap-laravel) documentation.

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

[](#contributing)

Thank you for considering contributing to our starter kit! Please, feel free to make issues and send pull requests if you think something could be done differently.

License
-------

[](#license)

The Laravel + Hotwire Starter Kit is open-sourced software licensed under the MIT license.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance59

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.2% 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/a12e62d99ec6a83e48b2d79c7353417d82cecdca757a6766c5c32f22ceb6c55c?d=identicon)[tonysm](/maintainers/tonysm)

---

Top Contributors

[![tonysm](https://avatars.githubusercontent.com/u/1178621?v=4)](https://github.com/tonysm "tonysm (100 commits)")[![gcavanunez](https://avatars.githubusercontent.com/u/9332696?v=4)](https://github.com/gcavanunez "gcavanunez (3 commits)")[![kresnasatya](https://avatars.githubusercontent.com/u/11099186?v=4)](https://github.com/kresnasatya "kresnasatya (1 commits)")

### Embed Badge

![Health badge](/badges/hotwired-laravel-hotwire-starter-kit/health.svg)

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

###  Alternatives

[orklah/psalm-strict-types

Adds strict\_types declaration when the file is provably safe

16104.0k](/packages/orklah-psalm-strict-types)

PHPackages © 2026

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