marko / dev-server
Marko Framework Dev Server
0.0.1
2026-03-25 17:53 UTC
Requires
- php: ^8.5
- marko/config: 0.0.1
- marko/core: 0.0.1
Requires (Dev)
- pestphp/pest: ^4.0
This package is auto-updated.
Last update: 2026-03-25 21:07:20 UTC
README
Start your full development environment with a single command.
Installation
composer require marko/dev-server
Quick Example
marko 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 everything
Documentation
Full usage, configuration, and API reference: marko/dev-server