Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 872 Bytes

File metadata and controls

27 lines (17 loc) · 872 Bytes

webkernel/framework

Central package for booting and managing a Webkernel platform.

Bundles Laravel 13 + Filament 5 + the Webkernel boot sequence (WebApp, ServiceProvider) and pulls in webkernel/std-functions and webkernel/std-svg-collection.

Installation

Not installed directly — pulled in via webkernel/runtime.

What it provides

  • Webkernel\WebApp — extended Laravel Application, entry point via WebApp::configure()
  • Webkernel\ServiceProvider — root service provider, registers core commands and boots platform modules
  • fast-boot.php — defines WEBKERNEL_* constants (version, build, paths, dev mode)

Versioning

This package follows the unified Webkernel platform version (see docs/versioning.md). All webkernel/* packages release together under the same version number.

License

EPL-2.0