# Does bedrock/trellis disable the ability to add/install plugins via admin?

**URL:** https://discourse.roots.io/t/does-bedrock-trellis-disable-the-ability-to-add-install-plugins-via-admin/6925
**Category:** bedrock
**Created:** 2016-06-09T10:21:26Z
**Posts:** 11
**Showing post:** 2 of 11

## Post 2 by @cfx — 2016-06-09T11:48:33Z

`DISALLOW_FILE_MODS` is set to `true` in staging and production environments by default. See here: [https://github.com/roots/bedrock/blob/master/config/environments/production.php#L7](https://github.com/roots/bedrock/blob/master/config/environments/production.php#L7)

Changing it to `false` will allow you to install/update plugins via the WP admin dashboard.

---

_[View the full topic](https://discourse.roots.io/t/does-bedrock-trellis-disable-the-ability-to-add-install-plugins-via-admin/6925)._
