These requirements are for the LaraOwl server. The
laraowl/client package you install into monitored apps only needs a Laravel application running PHP 8.3+.PHP
- PHP 8.3 or higher
Required PHP extensions
Laravel’s standard extensions plus a few LaraOwl needs for image handling, math, and queue workers:Database
LaraOwl supports any Laravel-compatible relational database. For production, choose one of:- PostgreSQL 13+ (recommended — the default for the Docker image)
- MySQL 8.0+ / MariaDB 10.6+
Supporting services
LaraOwl relies on background processing and real-time broadcasting. In production you need:Frontend build tooling
The dashboard is a React + Inertia SPA. Composer installs need Node.js to build assets:- Node.js 18 or higher
- npm (bundled with Node.js)
