Compare View

switch
from
...
to
 
Commits (2)
common/config/main.php
... ... @@ -48,6 +48,7 @@
48 48 ],
49 49 'imagemanager' => [
50 50 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath',
  51 +
51 52 'mediaPath' => dirname(dirname(__DIR__)) . '/storage',
52 53 'cachePath' => '../../storage/cache',
53 54 'useFilename' => true,
... ...