Skip to content

The hybrid framework for Laravel + Vue + Inertia

One package spanning backend and frontend β€” fluent PHP builders that render polished, real-time shadcn/Vue components, with full i18n.

KinetixKinetix

Pre-1.0 β€” under active development

Kinetix does not yet have a release candidate for v1: APIs, published components and defaults may still change between minor versions. Pin your version and review the changelog before upgrading. A beta and a release candidate on the road to v1.0 will be announced shortly β€” watch the repo to stay posted.

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 (vue-i18n:generate comes from the optional happones/laravel-vue-i18n-generator package β€” install it first, or use your own vue-i18n toolchain):

bash
composer require happones/laravel-vue-i18n-generator
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.

Built with Kinetix ​

Real products shipped on Kinetix β€” attractive tools for devs, built end to end with this package:

Support Kinetix ​

Kinetix is free and open source. If it saves you time, consider fueling its development:

Buy Me A Coffee

Released under the MIT License.