Start your full development environment with a single command.
composer require marko/dev-servermarko up # Start PHP server, Docker, and frontend tools (detached by default)
marko up -f # Start in foreground mode (press Ctrl+C to stop)
marko status # Check what's running
marko down # Stop everythingFull usage, configuration, and API reference: marko/dev-server