Requirements
Inertia Table is a Laravel package with matching Vue 3 and React 19 frontend libraries. Make sure your stack meets the version requirements below before continuing to installation.
Backend
Inertia Table is a Laravel package with the following minimum requirements:
- PHP 8.2 or higher
- Laravel 12 or 13
- Inertia v2 or v3
Frontend
On the frontend, Inertia Table requires:
- Tailwind CSS 4.1+
- React 19
- Vue 3.4+
Databases
Inertia Table is tested against the following databases using GitHub Actions:
- MariaDB 10
- MySQL 8
- PostgreSQL 14
- SQLite 3
Previous Versions
Inertia Table has shipped since 2024. Each major release has the following minimum requirements:
| Version | PHP | Laravel | Inertia.js | Tailwind CSS | Vue | React |
|---|---|---|---|---|---|---|
| 4.x (current) | 8.2+ | 12 or 13 | v2 or v3 | 4.1+ | 3.4+ | 19 |
| 3.x | 8.2+ | 10, 11, or 12 | v1 or v2 | 4.x | 3.4+ | 18 or 19 |
| 2.x | 8.2+ | 10 or 11 | v1 or v2 | 3.x | 3.4+ | 18 |
| 1.x | 8.2+ | 10 or 11 | v1 | 3.x | 3.4+ | — |
React support was introduced in v2. v3.x receives security fixes only, and v1.x and v2.x are no longer supported. See the upgrade guide to move between versions.