different between advanced and basic

hi there

what is different between advanced and basic projects in yii2?

what is good for what kind of projects and why?

thanks for reply

http://www.yiiframework.com/forum/index.php/topic/58262-i-want-to-use-yii-20-but-confuse-to-choose-templates/

thanks sam

i have 3 panel in my project:

1-admin panel

2-customer panel

3-seller panel

what should be my structure?

1-"admin panel" must be in backend and both "customer panel" and "seller panel" must be in frontend?

2-if the above is true, in frontend folder is it better to have those panels(sellers and customers) in seperate folders like this:

-backend

-frontend

–seller

–customer

It depends on how many domains you want to use.

only one domain, i afraid to lose my customer( both sellers and customers) if i separate my domains

Well, you can do so if you think it’s better. You’ll have to play a bit more with .htaccess or webserver config though.