# 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
Yii3 Demo Blog
A demo application based on Yii3 framework
[](https://github.com/yiisoft/demo-blog/actions/workflows/build.yml)
[](https://codecov.io/gh/yiisoft/demo-blog)
[](https://github.com/yiisoft/demo-blog/actions?query=workflow%3A%22static+analysis%22)
[](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
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)