sushilk / codeigniter4-starter-kit
CodeIgniter4 starter kit
Fund package maintenance!
CodeWithSushil
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- codeigniter4/framework: ^4.0
- codeigniter4/shield: ^1.1
- firebase/php-jwt: ^6.11
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10.5.16
This package is auto-updated.
Last update: 2025-06-18 16:04:13 UTC
README
A full-stack boilerplate to kickstart modern web applications using:
- 🔧 CodeIgniter 4 – PHP MVC Framework (Backend)
- 🧩 Vue 3 – Progressive JavaScript Framework (Frontend)
- 🎨 Tailwind CSS 4 – Utility-first CSS Framework (Styling)
✨ Features
- 💡 Clean separation of frontend (Vue 3) and backend (CI4 API)
- ⚙️ RESTful API structure with secure routing
- 🧱 Component-based frontend with Tailwind 4
- 🔐 CSRF, CORS, and JWT-ready setup
- 📁 Organized folder structure
- 📦 Pre-configured
Vite
for Vue 3 with hot reload - ✅ Pre-installed essential dev tools and ESLint