hotwired-laravel/hotwire-starter-kit

A Laravel Starter Kit for Hotwire

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 1

Language:Blade

Type:project

dev-main 2025-04-02 01:20 UTC

This package is auto-updated.

Last update: 2025-04-02 01:20:20 UTC


README

Introduction

A community-built starter kit to build Hotwired 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, which is a web-first framework for building native mobile apps. 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, Tailwind CSS Laravel and Importmap Laravel for a #nobuild frontend setup (but it also works with Vite, if you want to use that), Stimulus Laravel to make it easier to make Stimulus controllers and Hotwire Native Bridge Components, it also comes with the Hotwire Hotreload package installed as a dev dependency to make development easier, and the daisyUI component library integrated.

Local Development

We ship with Solo by default. To start the processes, you may run:

composer run dev

But we also ship with a Procfile so you may run it with foreman or node-foreman or, our recommended way since it only requires a single binary, using Overmind. Download the binary, put it somewhere registered in your $PATH var, then run:

composer run dev:overmind

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

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