承接 inmanturbo/turbohx 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

inmanturbo/turbohx

最新稳定版本:v1.1.6

Composer 安装命令:

composer require inmanturbo/turbohx

包简介

Send HTMX hx-post, put, patch and delete requests to your laravel/folio routes.

README 文档

README

Latest Version on PackagistGitHub Tests Action Status GitHub Code Style Action StatusTotal Downloads

Allows you to send HTTP POST, PATCH,PUT and DELETE requests to your laravel/folio routes.

Installation

First install laravel/folio

composer require laravel/folio
php artisan folio:install

Then install this package

composer require inmanturbo/turbohx

That's it! Now you can send all types of HTMX and ajax requests to your laravel/folio routes and handle them directly within your blade files.

Usage

This package extends laravel/folio to add some extra features like allowing POST, PATCH,PUT and DELETE HTTP methods, mostly to support using htmx or perhaps alpine with a few ajax calls. See laravel/folio#106

Also allows for a wilcard file to work in place of an index.blade.php file as described here: laravel/folio#119

Caution

This allows all HTTP methods on all folio routes!

Folio uses the default Rout::fallback method which only supports get requests. This just replaces it with Route::any method. May be improved in the future to allow more granular control, such as a function similiar to the name() function available in folio. PR's welcome!

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

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.

统计信息

  • 总下载量: 4.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-29