# demo-blog **Repository Path**: mirrors_yiisoft/demo-blog ## Basic Information - **Project Name**: demo-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-08 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Yii

Yii3 Demo Blog

A demo application based on Yii3 framework


[![Build status](https://github.com/yiisoft/demo-blog/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/demo-blog/actions/workflows/build.yml) [![Code Coverage](https://codecov.io/gh/yiisoft/demo-blog/branch/master/graph/badge.svg?token=TDZ2bErTcN)](https://codecov.io/gh/yiisoft/demo-blog) [![static analysis](https://github.com/yiisoft/demo-blog/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/demo-blog/actions?query=workflow%3A%22static+analysis%22) [![type-coverage](https://shepherd.dev/github/yiisoft/demo-blog/coverage.svg)](https://shepherd.dev/github/yiisoft/demo-blog) ## Requirements - PHP 8.5 or higher. ## General usage 1. Clone this repository. 2. Move to your project root directory. 3. Install composer dependencies: ```shell composer install # or via docker make init ``` 4. Apply migrations: ```shell # Linux ./yii migrate:up # Windows yii migrate:up # or via docker make migrate-up ``` 5. Run application: ```shell # Linux ./yii serve # Windows yii server # or via docker make up ``` The application will be started on http://127.0.0.1:8080/. ## Support If you need help or have a question, check out [Yii Community Resources](https://www.yiiframework.com/community). ## License The Yii3 Demo Blog is free software. It is released under the terms of the BSD License. Please see [`LICENSE`](./LICENSE.md) for more information. Maintained by [Yii Software](https://www.yiiframework.com/). ## Support the project [![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft) ## Follow updates [![Official website](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](https://www.yiiframework.com/) [![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/yiiframework) [![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en) [![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk) [![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)