App · blog-system

Blog System

A complete blog system built on Winter. Run the ready-made image via Docker, or scaffold a project and customize it for yourself.

Quick run

bash
docker run -p 8080:8080 winter/blog-system

Open http://localhost:8080 — the blog is ready.

Customize

bash
composer create-project winter/blog-system my-blog
cd my-blog
php winter serve

Note

Next up — the Deployment section on environment variables and production.