Running Laravel on FrankenPHP is fast — but the setup can get fiddly.
Frankenstack gives you a single, Laravel-ready Docker image that supports:
- 🧱 Classic mode (FPM-style): each request is handled in isolation, with no memory shared between requests
- ⚡️ Worker mode (Laravel Octane): keeps the app running between requests for maximum throughput
Batteries included with sensible defaults, configurable via environment variables.