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
docker run -p 8080:8080 winter/blog-systemOpen http://localhost:8080 — the blog is ready.
Customize
composer create-project winter/blog-system my-blog
cd my-blog
php winter serveNote
Next up — the Deployment section on environment variables and production.