lattice-php/lattice

Server-driven React components for Laravel and Inertia.

Maintainers

Package info

github.com/lattice-php/lattice

Homepage

Documentation

pkg:composer/lattice-php/lattice

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-06-10 11:13 UTC

README

Lattice

Latest version on Packagist Latest version on npm CI Total downloads License

Server-driven React components for Laravel and Inertia.

Lattice lets you describe your interface — pages, forms, tables, actions, and menus — in PHP on the server and render it with real React components on the client over Inertia. You keep building the way you already do in Laravel, while your users get a polished React front end, with no hand-wired API and no UI contract duplicated across two languages.

Installation

composer require lattice-php/lattice
npm install @lattice-php/lattice

See Installation and Frontend Setup for the full setup.

Documentation

Full documentation, guides, and examples live at latticephp.com.

License

The MIT License (MIT). See LICENSE.md for details.