Deployment Diagnostics

Stack health check v1 — generated 2026-05-04 20:59:08 UTC

✗ Error
laravel-full-stack Full stack — MySQL + Redis + Horizon + Scheduler + Node

Config Summary (Strackt reads these)

✓ OK composer.json → require.php
^8.2
✓ OK composer.json → extensions
ext-pdo_mysql
✓ OK composer.json → notable packages
laravel/framework:^12.0, laravel/horizon:^5.45, predis/predis:^2.0
✓ OK config/database.php → default
mysql
✓ OK config/cache.php → default
redis
✓ OK config/queue.php → default
redis
✓ OK routes/console.php → Schedule
yes (scheduler detected)
✓ OK package.json → engines.node
>=20

Composer Requirements

⚠ Warning PHP Version
^8.2 → 8.5.4 (could not validate)
✓ OK ext-pdo_mysql
Loaded
✓ OK Laravel Framework
Required ^12.0 → installed v12.53.0
✓ OK Laravel Horizon
Required ^5.45 → installed v5.45.4
✓ OK Predis
Required ^2.0 → installed v2.4.1
✓ OK Livewire
Required ^4.0 → installed v4.2.1
⚠ Warning Node.js Engine
>=20 → node not available

Environment

⚠ Warning APP_ENV
development (not production)
⚠ Warning APP_DEBUG
true (should be false in production)
⚠ Warning APP_URL
http://localhost (default)
✓ OK APP_KEY
Set
✓ OK Config Cache
Cached
✓ OK Route Cache
Cached

PHP

✓ OK Version
8.5.4
✓ OK SAPI
fpm-fcgi
✓ OK OS
Linux 6.12.80
✓ OK Memory Limit
256M
✓ OK Required Extensions
All loaded (pdo, mbstring, openssl, tokenizer, xml, ctype, json, bcmath, fileinfo)
✓ OK OPcache
Enabled — 795 scripts cached
✓ OK Optional Extensions
gd, curl, zip, intl

Database

✓ OK Driver
mysql
✓ OK Connection
Connected 0.0ms
✓ OK Server Version
11.4.8-MariaDB
✓ OK Database
deployment_debugging_fullstack
✓ OK Charset
utf8mb4 / utf8mb4_unicode_ci

Cache

✓ OK Driver
redis
✗ Error SET/GET Round-trip
Class "Redis" not found
✗ Error Redis
Class "Redis" not found

Queue

✗ Error Queue
Check failed: Class "Redis" not found

Filesystem

✓ OK Default Disk
local
✓ OK Storage Write/Read
OK
✓ OK Disk Space
0.2% used (76.9 GB free of 77 GB)
⚠ Warning Storage Symlink
Not linked (run php artisan storage:link)
✓ OK Log Directory
Writable

Deployment

⚠ Warning Git SHA
Not available
⚠ Warning Git Branch
Not available
✓ OK Laravel Version
12.53.0
✓ OK Composer Packages
81 prod, 49 dev
⚠ Warning Node.js
Not available
⚠ Warning npm
Not available
✓ OK Vite Manifest
2 entries

Web Server

✓ OK Server Software
Caddy/2.11.2
✓ OK HTTPS
Active
⚠ Warning APP_URL Protocol
HTTPS active but APP_URL is HTTP (http://localhost)
⚠ Warning Host Match
Request host (deployment-debugging--fullstack.personal.on-strackt.dev) differs from APP_URL (localhost)
✓ OK Proxy Headers
X-Forwarded-For: 216.73.216.211, X-Forwarded-Proto: https

Scheduler

✗ Error Scheduler
Check failed: Class "Redis" not found

Laravel 12.53.0 · PHP 8.5.4 · Linux