The core package for Jengo applications, providing essential utilities, installers, and structure for CodeIgniter 4 rapid development.
- 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.
Jengo Base includes several installers to jumpstart your development.
Sets up a complete Vite environment with optional Tailwind CSS support.
php spark jengo:install viteSets up the Page System (Layouts, Partials, Home Page).
php spark jengo:install page_systemTo register the Jengo helper in your application's Autoload.php:
php spark jengo:setupInstall the package via Composer:
composer require jengo/baseRegister the package in your CodeIgniter 4 application and use the provided spark commands.
php spark listLook for the jengo namespace to see available commands.