app
app copied to clipboard
Set directory permissions on composer install
runtime and public/assets should be writeable.
That should be applied to all templates, not only "app".
See https://github.com/httpsoft/http-app/blob/master/composer.json#L65 but should not be 777.
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.