jengo / base
New Jengo based on the current knowledge I have of ci4
Installs: 6
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jengo/base
Requires
- codeigniter4/framework: ^4.7
- fakerphp/faker: ^1.24
- mindplay/php-vite: ^1.1
Requires (Dev)
- phpunit/phpunit: ^12.5
README
The core package for Jengo applications, providing essential utilities, installers, and structure for CodeIgniter 4 rapid development.
Features
- Rapid Setup: Command-line installers for common stacks.
- Frontend Integration: Seamless support for modern frontend tools like Vite.
- Helpers & Utilities: Specialized helpers for Jengo's architecture.
Installers
Jengo Base includes several installers to jumpstart your development.
Vite Installer
Sets up a complete Vite environment with optional Tailwind CSS support.
php spark jengo:install vite
Page System Installer
Sets up the Page System (Layouts, Partials, Home Page).
php spark jengo:install page_system
🛠Setup
To register the Jengo helper in your application's Autoload.php:
php spark jengo:setup
Installation
Install the package via Composer:
composer require jengo/base
Usage
Register the package in your CodeIgniter 4 application and use the provided spark commands.
php spark list
Look for the jengo namespace to see available commands.