Luminova Framework

Development & Debugging

Table of Contents

  1. Launching Local Development Server

    Luminova built-in development server, leveraging PHP's development server functionality. This is useful for development and testing your application in a controlled environment.

  2. Application Debugging and Troubleshooting

    Debugging, troubleshooting, and profiling in the Luminova framework application.

  3. Environment Variable Configurations and Managment

    This file contains configuration options for your application environment variables. to configure the behavior of your application.

  4. Exceptions and Custom Error Codes

    Explore Comprehensive Documentation on Luminova Exception and Error Handling: Detailed Error Types and Codes for Enhanced Code Quality.

  5. Global Error Handling and Custom Error Controllers

    Implement custom error controllers to override default error handlers for web and API routes, allowing context or class-specific error views and responses.

  6. Error Handling and Exception Classes

    Comprehensive guide to Luminova's exception classes, including extending, catching, and gracefully handling errors and exceptions in applications.