invue/core dependents (6) Order by: name | downloads Show: all | require | require-dev
-
Vue
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.
-
Vue
invue/forms
Native Vue 3 form components for the Invue framework, wired to Laravel validation via Inertia.
-
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.
-
Vue
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.
-
PHP
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.
-
Vue
invue/tables
Native Vue 3 data table components for the Invue framework, wired to Eloquent via Inertia partial reloads.