In Yii1 I used to have my own components under the components folder of the structure, now with namespacing this is a little bit different.
In Yii1 I used to have my own components under the components folder of the structure, now with namespacing this is a little bit different.
If you are coming over from Yii 1.x to Yii 2, and already read this guide, you may note that namespaces are very important in Yii 2 to identify classes. But do you know the list of seeded path aliases that come shipped with a basic or advanced app? Here is my attempt to list them.