Revision #6 was created by rackycz on Oct 8, 2025, 12:50:05 PM.
edit
Content
[...]
## 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.