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