Skip to content

8. Common questions

Urban Sandén edited this page May 28, 2024 · 1 revision

Update plugins and themes from wp-admin?

You can, but I recommend to use Composer for this only. But to enable this edit ./src/config/environments/development.php (for example to use it in Dev)

Config::define('DISALLOW_FILE_EDIT', false);
Config::define('DISALLOW_FILE_MODS', false);

Also take a look at closed issues

Clone this wiki locally