CodeIgniter HTMX Documentation
This library is 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.
Requirements
Table of Contents
- Installation
- Configuration
- Error handling
- View fragments
- IncomingReqeuest
- Response
- RediretResponse
- HTML Formatter
- Debug Toolbar
- Troubleshooting