Luminova Framework

Controller Classes

Table of Contents

  1. Abstract Base Class for Routable CLI Controllers

    Base command, Luminova's Framework for command-line operations - controller base class for NovaKit CLI Tool.

  2. Abstract Base Class for Novakit CLI Console Controllers

    Provides a lightweight, extensible base class for defining and executing custom CLI commands using the novakit binary, bypassing traditional routing for faster, direct command handling.

  3. Abstract Base View Controller for Routable HTTP Controllers

    The BaseController is the starting point for building your own HTTP controllers in Luminova. It helps you handle incoming requests, run your app’s logic, and send responses back to the user.