Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fab-it-hub/inertia-ci4
The Codeigniter 4 adapter for inertia.js
https://github.com/fab-it-hub/inertia-ci4
Last synced: about 2 months ago
JSON representation
The Codeigniter 4 adapter for inertia.js
- Host: GitHub
- URL: https://github.com/fab-it-hub/inertia-ci4
- Owner: fab-it-hub
- License: mit
- Created: 2023-12-29T05:51:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T18:18:16.000Z (9 months ago)
- Last Synced: 2024-08-21T15:50:06.066Z (4 months ago)
- Language: PHP
- Size: 170 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inertia CI 4
`inertia-ci4` is the bridge you need to seamlessly integrate the power of [Inertia.JS](https://inertiajs.com/) into your CodeIgniter 4 projects. It simplifies building server-driven single-page applications (SPAs) by harmonizing _Inertia.js_ with the elegance of CodeIgniter 4's backend.
## Why inertia-ci4?
- **Unite Backend with Frontend:** Enjoy the best of both worlds by effortlessly blending the robustness of CodeIgniter 4's backend with the interactivity of _Inertia.js_ on the frontend.
- **Streamlined Development:** Say goodbye to managing separate frontend and backend applications. With inertia-ci4, streamline your development workflow.## Getting Started
### Installation
Install via Composer:
```shell
composer require fabithub/inertia-ci4
```