Pro Workflows & Networking• 3 min read
1-Click Team Stack Sync (Pro)
Export and import .stratos stack configuration packages to replicate identical team environments.
Eliminate "Works on My Machine" Bugs
With Stratos Pro, team leads can export the exact local environment setup of any project into a lightweight .stratos configuration file (JSON Schema v2).
What Is Included in a .stratos Package?
- Required PHP version (e.g. PHP 8.3).
- Required PHP extensions (e.g.
redis,imagick,gd) verified viaphp -m. - HTTPS SSL certificates and
.testdomain bindings. - Sanitized
.envstarter template without private credentials or keys.
1-Click Team Import with Identity Protection
- A developer clones the project repository.
- Imports the included
project.stratosrecipe via Tools → Team Sync. - Stratos reviews runtime differences and preserves local
APP_NAME/APP_URLby default before applying.