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.
composer require michalsn/codeigniter-htmx
[!NOTE] Remember - you still need to include the
htmx
javascript library inside thehead
tag.
https://michalsn.github.io/codeigniter-htmx/