Skip to content

Application

Learn how to configure and use the Ravyn application class effectively.

Conceptual map

Ravyn()
  -> routes (what can be called)
  -> middleware/permissions (how requests are filtered)
  -> settings/config objects (how behavior is configured)
  -> lifespan hooks (how resources start/stop)

If you are new to Ravyn internals, read the pages in this section in order.

In This Section

  • Applications - The Ravyn class and configuration
  • Settings - Application settings and configuration
  • Levels - Understanding the application hierarchy

Getting Started

Common Tasks

Advanced Topics

  1. Applications
  2. Settings
  3. Levels