nakzee / ci4-vite
CodeIgniter 4 with Vite, ready for modern frontend tooling.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- codeigniter4/framework: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10.5.16
This package is auto-updated.
Last update: 2025-04-25 03:30:55 UTC
README
What is CI4 Vite?
CI4 Vite starter is a simple project template for building modern web applications using CodeIgniter 4 and Vite.js. It provides an easy way to get started with both frameworks together, allowing developers to take advantage of the best features from each tool.
It allows you to build dynamic websites and web applications quickly and easily while taking advantage of the latest technologies available in JavaScript development and lightweight PHP framework.
Refer CodeIgniter for more info
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.
You can read the user guide
Installation & updates
composer create-project nakzee/ci4-vite
then composer update
whenever
there is a new release of the framework.
For vite setup run command: npm install && npm run dev
Setup
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.
Server Requirements
PHP version 8.1 or higher is required, with the following extensions installed: