Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.51 KB

File metadata and controls

46 lines (37 loc) · 2.51 KB

Documentation

Welcome to the daycry/maintenancemode docs. The project root README.md gives you the 30-second pitch and a quick start; this folder is the long-form reference.

Where to start

Topic guides

Guide What's inside
installation.md composer require, publishing the config, first run
configuration.md Every field of Config\Maintenance, with defaults and examples
commands.md mm:down, mm:up, mm:status, mm:migrate, mm:publish, all flags
bypass.md IP / CIDR / secret URL / cookie — order, semantics, security
filters-and-events.md Wiring the filter, listening to maintenance.* events
storage-drivers.md file vs cache, when to pick which, migrating between them
architecture.md Internal flow diagram (Filter → Service → Storage)
security.md Threat model and hardening notes
troubleshooting.md Common pitfalls + diagnosis
faq.md Quick answers to recurring questions
upgrade.md Migration notes between major versions
roadmap.md What's next and how to influence it

Examples

Real, runnable end-to-end recipes:

Items marked "planned" still depend on roadmap features (multi-tenant isolation, first-class trusted-proxy presets). They live here as stubs so the documentation structure is in place when those features land. Each stub also includes a workaround you can use today.