Download the PHP package hotwired-laravel/hotstream without Composer
On this page you can find all versions of the php package hotwired-laravel/hotstream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hotwired-laravel/hotstream
More information about hotwired-laravel/hotstream
Files in hotwired-laravel/hotstream
Package hotstream
Short Description Hotwired application starter kit for the Laravel framework.
License MIT
Homepage https://github.com/hotwired-laravel/hotstream
Informations about the package 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, but modified to better work as a Hotwired application.
It comes with Turbo.js, Stimulus, Importmap Laravel, and TailwindCSS Laravel. And features a Node-less frontend setup.
Installation
You can install the package via composer:
You can install Hotstream by running:
Alternatively, you can opt-in to include Teams:
Then, migrate:
Since we're using 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):
Next, to finish the TailwindCSS Laravel installation, you'll need to download the Tailwind CLI and compile your assets at least once:
Done!
Documentation
Documentation for Hotstream can be found on the Hotstream section of the Turbo Laravel website.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Tony Messias
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of hotstream with dependencies
illuminate/contracts Version ^10.0
jenssegers/agent Version ^2.6
laravel/fortify Version ^1.17
spatie/laravel-package-tools Version ^1.14.0