Skip to content

The UI toolkit for Laravel + Vue + Inertia

Filament-style fluent PHP APIs, real-time components and full i18n โ€” built for the Laravel starter-kit stack (Vue 3 ยท Inertia ยท shadcn-vue).

KinetixKinetix

Quick Start โ€‹

Install the package:

bash
composer require happones/kinetix

Publish the assets (components, stores, types, translations, config):

bash
php artisan vendor:publish --tag=kinetix-config
php artisan vendor:publish --tag=kinetix-components
php artisan vendor:publish --tag=kinetix-translations

Compile translations for Vue and build:

bash
php artisan vue-i18n:generate
npm run build

That'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.

Released under the MIT License.