-
Notifications
You must be signed in to change notification settings - Fork 308
8. Common questions
Urban Sandén edited this page May 28, 2024
·
1 revision
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