diff --git a/composer.json b/composer.json index 7a92e96..1bddde9 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,9 @@ "autoload": { "definitions": [ "meta/definitions.php" + ], + "config": [ + "meta/config.php" ] } } diff --git a/meta/config.php b/meta/config.php new file mode 100644 index 0000000..b177b01 --- /dev/null +++ b/meta/config.php @@ -0,0 +1,12 @@ + [ + 'asset' => [ + 'path' => "static", + 'symlink' => [ + 'destination' => getenv("PUBLIC_PATH") . "/static" + ] + ] + ], +]; \ No newline at end of file