Welcome to MVC Framework
This is a basic PHP MVC framework with magic link authentication.
Features
- Clean MVC architecture with controllers
- Named routes with URL generation
- Named middleware system
- Magic link authentication (no passwords!)
- Extensible component system
- File-based template engine (can be replaced with Twig, Blade, etc.)
- Configurable autoloading (internal or Composer)
- Route protection with middleware
- Route groups with shared prefixes and middleware