Yii3 - How to start

Comparing #14 with #15

Revision #15 was created by rackycz rackycz on Oct 8, 2025, 2:37:28 PM.

edit

Content

[...]
}
}
```

Now you can call the URL and see all the users. (If you entered some)
http://localhost:9080

 
 
> Note:
 
> You can also use Injector (and method `$injector->make()`) instead of ContainerInterface (and method `$container->get()`). Injector seems to allow you to pass input arguments if needed.