Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 576 Bytes

File metadata and controls

19 lines (12 loc) · 576 Bytes

webkernel/component-installer

First-run installer: InstallState, HTTP guard, Filament panel at /installer.

Namespace

Webkernel\Component\Installer\

Provides

  • InstallState — single source of truth for install status
  • InstallGuard — redirects HTML traffic to /installer when not installed
  • InstallerPanelProvider — Filament wizard panel
  • InstallerPage — setup wizard

Integration

webkernel/codebase registers RootController and InstallGuard. RootRouteResolver in codebase handles / until a GUI-persisted home route exists.