Revision #6 has been created by
rackycz on Oct 8, 2025, 12:50:05 PM with the memo:
edit
« previous (#5) next (#7) »
Changes
Title
unchanged
Yii3 - How to start
Category
unchanged
Tutorials
Yii version
unchanged
3.0
Tags
unchanged
Content
changed
[...]
## Enabling MariaDB (MySQL) and migrations
Now when your project contains MariaDB, you may wanna use it in the code ...
### **Installing composer packages
**
After some time of searching you will discover you need to install these composer packages:[...]
> If you are using PhpStorm, find the small icon "Services" in the left lower corner (looks ca like a cog wheel), find item "Docker-compose: app-api", inside click the "app" service, then "yii3api_php" container and then hit the button "terminal" on the righthand side.
### **Setting up composer packages
**
Follow their documentations. Quick links:[...]
```
### **Create folder for migrations
**
- src/Migration
When this is done, call "composer du" or "make composer du" and then try "make yii list". You should see the migration commands.
## Creating a migration[...]