Create middleware to enforce church name configuration on first run. ## Tasks - [ ] Create: src/ChurchCRM/Slim/Middleware/ChurchInfoRequiredMiddleware.php - [ ] Check if sChurchName is empty in middleware - [ ] Redirect to /admin/church-info if empty - [ ] Define exempt routes (login, logout, etc.) - [ ] Register middleware in src/admin/index.php - [ ] Test redirect behavior ## Reference QUICKSTART-CHURCH-INFO.md Step 3 ## Parent Issue #8190