定制 hotwired-laravel/hotstream 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hotwired-laravel/hotstream

最新稳定版本:0.0.6

Composer 安装命令:

composer require hotwired-laravel/hotstream

包简介

Hotwired application starter kit for the Laravel framework.

README 文档

README

Logo Hotstream

Latest Stable Version License

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:

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, 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 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 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

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-20