michalsn / codeigniter-htmx
HTMX helper for CodeIgniter 4 framework
Installs: 24 713
Dependents: 1
Suggesters: 0
Security: 0
Stars: 75
Watchers: 12
Forks: 15
Open Issues: 1
Requires
- php: ^8.0
Requires (Dev)
- codeigniter4/devkit: ^1.0
- codeigniter4/framework: ^4.3
This package is auto-updated.
Last update: 2024-11-06 15:07:25 UTC
README
A set of methods for IncomingRequest
, Response
and RedirectResponse
classes to help you work with htmx fluently in CodeIgniter 4 framework.
It also provides some additional help with handling errors and Debug Toolbar in development mode as well as support for view fragments.
Installation
composer require michalsn/codeigniter-htmx
Note
Remember - you still need to include the htmx
javascript library inside the head
tag.
Docs
https://michalsn.github.io/codeigniter-htmx/