Changes for version v0.5.0 - 2025-03-17

  • Changes
    • Add base directory detection and path resolution.
    • Detect application root from .psgi file location.
    • Paths are now resolved relative to the application base directory.
    • New path method in Minima::App for path resolution.
    • Add ability to customize controller prefixes with set_prefix method.
    • Add configuration key for controller prefixes.
  • Fixes
    • Fix outdated and broken rendering in print_env method.

Documentation

Manage web applications using Minima.

Modules

Efficient web framework built with modern core classes
Application class for Minima
Base class for controllers used with Minima
Backend for minima, the project manager
Define and match URIs to controllers and methods
Setup a Minima web application
Base class for views used with Minima
Render HTML views
Render JSON views
Render plain text views