codeigniter-htmx icon indicating copy to clipboard operation
codeigniter-htmx copied to clipboard

HTMX helper library for CodeIgniter 4 framework

Results 4 codeigniter-htmx issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

**Description** This PR updates workflows to support PHP 8.4 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...

I continue to work with HTMX. Should I redefine `RedirectResponse`(`back(), route(), to()`) and update `redirect()`? ```php $responseHTMX = single_service('redirectresponse') ->hxRedirect((string) previous_url(true)) ->with(...$flashes) ; $responseCI = redirect()->back()->with(...$flashes); ``` When the request...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is...

dependencies
github_actions