Configure Yii to generate CRUD(Gii) in themes folder

535 Views Asked by At

In a Yii project I have the structure:

project/
    ... default Yii structure here ...
themes/
    css/
    font/
    images/
    js/
    views/
        admin/
        layouts/
        site/

How to configure Gii to generate CRUD in themes folder?

0

There are 0 best solutions below