Framework Bootstrap
Table of Contents
- Autoloading Modules and Composer Dependency
Autoloading framework modules and composer third-party libraries based on application environment using the Boot helper class.
- Bootstrapping PHP Executable Bash Script for CLI
Autoloading Luminova framework for creating a custom executable PHP bash script.
- Application Factory Modules Management
Factory is Luminova's utility class that provides class instance management without the need for class registration or configuration. However, you must initialize classes using predefined names.
- Bootstrapping Public Front Controller Entry Point
Documentation for Luminova Entry Controller index.php
- Application Custom Service Modules Management
Services is a utility class that efficiently manages class initialization across the application's codebase. It provides shared and serializable class instances, with a centralized location for regist