invue/core

Shared runtime for the Invue framework: the Vue plugin and cross-package component registry.
37

invue/invue

The full Invue framework in one install — requires every invue/* package (core, actions, forms, tables, infolists, notifications, panels). Same role as filament/filament: most apps building a real panel/resource CRUD want everything, not one piece at a time.
21

invue/actions

The shared 'button that does something' primitive for the Invue framework — a link/button with an optional confirmation modal, plus a dropdown group, reused by invue/tables (row/bulk actions) and any other package or app that needs a confirmable action.
17

invue/tables

Native Vue 3 data table components for the Invue framework, wired to Eloquent via Inertia partial reloads.
13

invue/notifications

Ephemeral toast notifications for the Invue framework: a PHP fluent builder (title/body/icon/color, flashed for the next request) rendered by a registry-swappable Vue toast stack.
12

invue/forms

Native Vue 3 form components for the Invue framework, wired to Laravel validation via Inertia.
12

invue/infolists

Read-only record display for the Invue framework — Infolist/Entry/Section layout components that reuse invue/tables' column components (TextColumn, IconColumn, ...) to render a single record's fields instead of a row.
8

invue/panels

Panel + Resource CRUD scaffolding for the Invue framework: artisan generators that produce real Controller/FormRequest/Vue pages wired to invue/tables and invue/forms, plus a swappable panel shell (sidebar/topbar) via invue/core's component registry.
8