Revision #11 has been created by
rackycz on Oct 8, 2025, 1:29:08 PM with the memo:
edit
« previous (#10) next (#12) »
Changes
Title
unchanged
Yii3 - How to start
Category
unchanged
Tutorials
Yii version
unchanged
3.0
Tags
unchanged
Content
changed
[...]
>
> - You can SSH into your docker container and call it there as Composer is installed inside.
> In that case:
> - Find the name of the PHP container by typing "docker ps"
> - Call "docker exec -it {containerName} /bin/bash"
> - Now you are in the console of your php server and you can run composer.
>
> - 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**[...]