kitsune / core
Kitsune core: the module kernel, tenancy primitives and runtime schema engine.
Requires
- php: ^8.4
- composer-runtime-api: ^2.0
- blade-ui-kit/blade-icons: ^1.6
- filament/filament: ^5.6
- laravel/framework: ^13.0
- livewire/livewire: ^4.1
- ueberdosis/tiptap-php: ^2.0
Requires (Dev)
- orchestra/testbench: ^11.2
- pestphp/pest: ^5.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The module kernel, tenancy primitives and runtime schema engine of Kitsune.
⚠️ This repository is a read-only mirror. It is split out of the
Kitsune monorepo when a release is tagged. Issues, pull requests
and security reports belong there — see its CONTRIBUTING.md and SECURITY.md. Changes made here are
replaced by the next release.
Using it
kitsune/core is a Laravel package, not an application: it expects a host that supplies its user model,
the membership pivots and a Filament panel. The monorepo's skeleton/ is the reference host, and its
decision log records why each of those belongs to the host rather than to core.