Explore modern web development with Yii3 Framework — featuring clean architecture, dependency injection, and powerful components.
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
Explore the available API endpoints: