Skip to content

jengo-php/base

Repository files navigation

Jengo Base

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.

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.

About

A hybrid of recent jengo-core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages