Skip to content

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:

VersionPHPLaravelInertia.jsTailwind CSSVueReact
4.x (current)8.2+12 or 13v2 or v34.1+3.4+19
3.x8.2+10, 11, or 12v1 or v24.x3.4+18 or 19
2.x8.2+10 or 11v1 or v23.x3.4+18
1.x8.2+10 or 11v13.x3.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.