Stacks/Laravel/Services

Laravel stack services

This page shows the capabilities provided by the services in the Laravel stack and the connections, configs, settings, cron schedules, actions, volumes, backups, imports, and other customizations attached to them for this specific stack.

Stack serviceBase serviceVersionsRole
Nginx (Laravel)1.29, 1.28, 1.27, 1.25Primary
PHP (Laravel)8.5, 8.3, 8.4Required
MariaDB11.8, 11.4, 11.2Required
Valkey8.1, 7.2Required
Ganesha NFS provisioner4Enabled by default
Mailpit1.20Enabled by default
OpenSMTPD7Disabled by default
Gotenberg8Disabled by default
Cloud MariaDB10.3Disabled by default
Cloud MySQL5.7, 8Disabled by default
  • Additional services can be added or removed.
  • When one of the services in the stack updates, the stack can be upgraded to a new revision.
  • Stack changes can then be rolled out to environments on your schedule.

Backups

Protect service data with repeatable backup workflows that stay attached to the stack.

MariaDB
Default database backup
Files NFS storage
Files backup

Imports and migration

Bring working data into another environment or onboard existing workloads faster with stack-defined import flows.

MariaDB
Database import
Import from a backup archive, uploaded file, or public URL depending on the service workflow.
Files NFS storage
Files import
Import from a backup archive, uploaded file, or public URL depending on the service workflow.

Configs

Keep service config files versioned with the stack instead of rebuilding them per environment.

Nginx
Laravel preset
Nginx
Main
Nginx
Virtual host

Settings

Tune service behavior per environment while keeping one reusable stack baseline.

Nginx
Nginx docroot
Default value: public.

Cron schedules

Run repeatable background jobs with visible schedules and execution details tied to the stack.

PHP
Task Scheduler
Schedule: 0 0 * * *. Command: cd "${APP_ROOT}" && php artisan schedule:run.

Actions

Keep one-off and lifecycle commands with the service instead of relying on manual runbooks.

PHP
Run migrate
Trigger: post deploy.
PHP
Seed database
Trigger: post deploy once.
MariaDB
Run mysql-upgrade
Trigger: post upgrade.
MariaDB
Run mysql-check on current database
Trigger: post upgrade.
MariaDB
Run mysql-check on system database
Trigger: post upgrade.

Volumes

Provision the persistent storage and shared volume relationships the stack expects.

Nginx
Storage
Uses storage from PHP.
PHP
Storage
Size: 10 GB. Shared with Files NFS storage.
Size: 10 GB.
Valkey
Data
Optional.
Optional.
Optional.