Comparing
#52 with
#53
Revision #53 was created by rackycz on Apr 23, 2026, 2:08:57 PM.
annotations
« Previous (#52) Next (#54) »
Content
[...]
They should replace the original DocBlock annotatinos and provide more new functionalities.
Learn what they mean and how they are used by Yii3. To me this is a brand new topic as well.
You need to add special "cycle" dependencies to use the annotations. See composer.json in the deprecated yii3 demo:
- https://github.com/yiisoft/demo/blob/master/blog/composer.json
- https://cycle-orm.dev/docs/annotated-entity/current/en
# Yii3 - How to start
Yii3 offers more basic applications: Web, Console, API. I will be using the API application:
- https://github.com/yiisoft/app-api
- Other apps are linked on the page[...]