Difference between #10 and #11 of
Yii3 - How to start

Revision #11 has been created by rackycz 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**
[...]
1 0
2 followers
Viewed: 592 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 2 days ago
Update Article

Revisions

View all history