Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 308 Bytes

File metadata and controls

24 lines (15 loc) · 308 Bytes

Verge

A minimal PHP framework.

Getting Started

Local development:

composer install

Docker:

docker build -t my-app .
docker run -p 8080:80 my-app

Visit http://localhost:8080

Documentation

verge.dynamik.dev