yiisoft / app

Yii3 application template

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set directory permissions on composer install

samdark opened this issue · comments

runtime and public/assets should be writeable.

That should be applied to all templates, not only "app".

That is quite contraversial since we can't really set permissions 100% correctly. Likely it is better to allow application to error and add "setting permissions" to installation guide.