Role
Required
This page explains what PHP means in the Laravel stack: how it is included, which base service it uses, and how it connects to the rest of the stack.
PHP is included by default and treated as a required part of the Laravel stack.
Role
Required
Base service
PHP (Laravel)
Type
service
Stack fit
PHP is included by default and treated as a required part of the Laravel stack.
This stack service is based on PHP (Laravel) and keeps the service-specific setup for Laravel in one place.
It is linked to MariaDB, Valkey, Files NFS storage, and Mailpit inside the stack.
This stack service is limited to 8.5, 8.3, 8.4.
Enabled by default: Yes
Required: Yes
Primary: No
Derivative services: Laravel Queue, SSHD
db: MariaDB
redis: Valkey
storage: Files NFS storage
sendmail: Mailpit
storage: 20 GB
Review the operational capabilities exposed by PHP inside this stack, including backups, imports, configs, settings, cron, actions, storage, and service links where they exist.
Run repeatable background jobs with visible schedules and execution details tied to the stack.
0 0 * * *. Command: cd "${APP_ROOT}" && php artisan schedule:run.Keep one-off and lifecycle commands with the service instead of relying on manual runbooks.
Provision the persistent storage and shared volume relationships the stack expects.
See how services are wired together so dependencies stay consistent across environments.