visuddhinanda пре 4 година
родитељ
комит
0e28f5ebfc
1 измењених фајлова са 25 додато и 0 уклоњено
  1. 25 0
      config/app.php

+ 25 - 0
config/app.php

@@ -232,4 +232,29 @@ return [
 
     ],
 
+    /*
+    |--------------------------------------------------------------------------
+    | 另外增添的路径
+    |--------------------------------------------------------------------------
+    |
+    |
+    */
+	'path' => [
+		'dependence' => public_path('depandence'),
+	],
+
+	'dependence' =>[
+		[
+			'path' => 'pali-sentence',
+			'url' => 'https://github.com/iapt-platform/pali-sentence.git',
+		],
+		[
+			'path' => 'word-statistics',
+			'url' => 'https://github.com/iapt-platform/word-statistics.git',
+		],
+		[
+			'path' => 'pali-similarity',
+			'url' => 'https://github.com/iapt-platform/pali-similarity.git',
+		]
+	],
 ];