Home > Article > Backend Development > How to change YII2 Advanced application to Basic version
The Advanced version of YII2 has a front and backend, and most yii2 projects on github are developed using the Advanced version.
Now I am using a ready-made project to make modifications. I hope to use the Basic version as the frontend and Laravel as the backend. Can I convert the Advanced version to the Basic version?
In this case, the workload may be slightly larger because a lot of files need to be modified.
The Advanced version of YII2 has a front and backend, and most yii2 projects on github are developed using the Advanced version.
Now I am using a ready-made project to make modifications. I hope to use the Basic version as the frontend and Laravel as the backend. Can I convert the Advanced version to the Basic version?
In this case, the workload may be slightly larger because a lot of files need to be modified.
Yes, it would be quite troublesome to change it directly; but it can also be achieved. According to the title description, you can use the advanced version of Yii2's frontend to write the frontend, and leave the backend and others unused (you can regard frontend, backend, etc. as independent modules, or you can customize other modules). I don’t know why we need to combine Yii2 and Laravel, because both Yii2 and Laravel can realize the separation of front and backend respectively.