# Lattice

Server-driven React components for Laravel and Inertia.

This is the full Lattice framework — the package you install as `lattice-php/lattice` and `@lattice-php/lattice`. It ties together [core](https://github.com/lattice-php/core), [ui](https://github.com/lattice-php/ui), [form](https://github.com/lattice-php/form), and [table](https://github.com/lattice-php/table) and adds actions, layouts, fragments, notifications, realtime, theming, and the Vite tooling.

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

Documentation: [latticephp.com](https://latticephp.com)

Development happens in the [lattice-php/lattice monorepo](https://github.com/lattice-php/lattice); this repository is a read-only split. Please open issues and pull requests there.
