3
votes

I have developed a Basic application in Yii2. It contains 3 models and respective controllers and views, no extension, no theme.

I now think that I should make that application with advanced template for future extend-ability.

Can I convert the basic app directly to advanced app or make a new one?

If I can convert the basic app, what are the steps?

I searched on google but can't find anything related to it except the comparison of the two.

1

1 Answers

0
votes

You need modify this bootstrap file. It's make avalible use \common, \frontend, \backend and \console namespaces in project.

In this way you can create any quantity of applications in your project.