Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,29 +0,0 @@
1
-<?php
2
-
3
-// autoload_psr4.php @generated by Composer
4
-
5
-$vendorDir = dirname(dirname(__FILE__));
6
-$baseDir = dirname($vendorDir);
7
-
8
-return array(
9
-    'Windwalker\\Structure\\' => array($vendorDir . '/windwalker/structure'),
10
-    'Windwalker\\Renderer\\' => array($vendorDir . '/windwalker/renderer'),
11
-    'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
12
-    'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
13
-    'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
14
-    'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
15
-    'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
16
-    'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
17
-    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
18
-    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
19
-    'MVC\\Objets\\' => array($baseDir . '/application/objets'),
20
-    'MVC\\Classe\\' => array($baseDir . '/application/class'),
21
-    'Illuminate\\View\\' => array($vendorDir . '/illuminate/view'),
22
-    'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
23
-    'Illuminate\\Filesystem\\' => array($vendorDir . '/illuminate/filesystem'),
24
-    'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
25
-    'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
26
-    'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
27
-    'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
28
-    'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
29
-);
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,29 @@
1
+<?php
2
+
3
+// autoload_psr4.php @generated by Composer
4
+
5
+$vendorDir = dirname(dirname(__FILE__));
6
+$baseDir = dirname($vendorDir);
7
+
8
+return array(
9
+    'Windwalker\\Structure\\' => array($vendorDir . '/windwalker/structure'),
10
+    'Windwalker\\Renderer\\' => array($vendorDir . '/windwalker/renderer'),
11
+    'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
12
+    'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
13
+    'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
14
+    'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
15
+    'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
16
+    'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
17
+    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
18
+    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
19
+    'MVC\\Objets\\' => array($baseDir . '/application/objets'),
20
+    'MVC\\Classe\\' => array($baseDir . '/application/class'),
21
+    'Illuminate\\View\\' => array($vendorDir . '/illuminate/view'),
22
+    'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
23
+    'Illuminate\\Filesystem\\' => array($vendorDir . '/illuminate/filesystem'),
24
+    'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
25
+    'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
26
+    'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
27
+    'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
28
+    'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
29
+);