From d55dcecb10d780a26f140bc187d9e12820f0c4e7 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 6 Feb 2024 21:17:01 -0500 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 821df3e..8bdf4c8 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/inmanturbo/turbohx.svg?style=flat-square)](https://packagist.org/packages/inmanturbo/turbohx)[![Total Downloads](https://img.shields.io/packagist/dt/inmanturbo/turbohx.svg?style=flat-square)](https://packagist.org/packages/inmanturbo/turbohx) - ## Installation ```bash composer require inmanturbo/turbohx ``` +That's it! + ## Usage +This package extends [laravel/folio](https://github.com/laravel/folio) to add some extra features like allowing `POST`, `PATCH`,`PUT` and `DELETE`, mostly to support using [htmx](https://github.com/bigskysoftware/htmx) or perhaps [alpine](https://github.com/alpinejs/alpine). See + +Also allows for a wilcard file to work in place of an index php. As descrive here: \ No newline at end of file