Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 545 Bytes

File metadata and controls

22 lines (15 loc) · 545 Bytes

marko/dev-server

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