Resources, Tables & Forms
Declarative CRUD with fluent builders โ sortable/searchable/filterable tables, inline editing, schema-driven forms.
Filament-style fluent PHP APIs, real-time components and full i18n โ built for the Laravel starter-kit stack (Vue 3 ยท Inertia ยท shadcn-vue).


Install the package:
composer require happones/kinetixPublish the assets (components, stores, types, translations, config):
php artisan vendor:publish --tag=kinetix-config
php artisan vendor:publish --tag=kinetix-components
php artisan vendor:publish --tag=kinetix-translationsCompile translations for Vue and build:
php artisan vue-i18n:generate
npm run buildThat's it โ start with Resources to scaffold your first CRUD, or jump to any feature in the sidebar. For the full installation, theming and configuration reference, see the README on GitHub.