Welcome to Yii3 Demo Diary

Explore modern web development with Yii3 Framework — featuring clean architecture, dependency injection, and powerful components.

Get Started

Ready to explore? Check out these resources:

Quick Start

Create only admin account:

./yii user:create-admin admin q1w2e3r4

Or fill the database with fake data:

./yii fake-data

Create only admin account (admin / q1w2e3r4):

make create-admin

Or fill the database with fake data:

make fake-data