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,149 +0,0 @@
1
-<?php
2
-
3
-// autoload_static.php @generated by Composer
4
-
5
-namespace Composer\Autoload;
6
-
7
-class ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452
8
-{
9
-    public static $files = array (
10
-        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11
-        '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php',
12
-    );
13
-
14
-    public static $prefixLengthsPsr4 = array (
15
-        'W' => 
16
-        array (
17
-            'Windwalker\\Structure\\' => 21,
18
-            'Windwalker\\Renderer\\' => 20,
19
-        ),
20
-        'S' => 
21
-        array (
22
-            'Symfony\\Polyfill\\Mbstring\\' => 26,
23
-            'Symfony\\Contracts\\Translation\\' => 30,
24
-            'Symfony\\Component\\Translation\\' => 30,
25
-            'Symfony\\Component\\Finder\\' => 25,
26
-            'Symfony\\Component\\Debug\\' => 24,
27
-        ),
28
-        'P' => 
29
-        array (
30
-            'Psr\\SimpleCache\\' => 16,
31
-            'Psr\\Log\\' => 8,
32
-            'Psr\\Container\\' => 14,
33
-        ),
34
-        'M' => 
35
-        array (
36
-            'MVC\\Objets\\' => 11,
37
-            'MVC\\Classe\\' => 11,
38
-        ),
39
-        'I' => 
40
-        array (
41
-            'Illuminate\\View\\' => 16,
42
-            'Illuminate\\Support\\' => 19,
43
-            'Illuminate\\Filesystem\\' => 22,
44
-            'Illuminate\\Events\\' => 18,
45
-            'Illuminate\\Contracts\\' => 21,
46
-            'Illuminate\\Container\\' => 21,
47
-        ),
48
-        'D' => 
49
-        array (
50
-            'Doctrine\\Common\\Inflector\\' => 26,
51
-        ),
52
-        'C' => 
53
-        array (
54
-            'Carbon\\' => 7,
55
-        ),
56
-    );
57
-
58
-    public static $prefixDirsPsr4 = array (
59
-        'Windwalker\\Structure\\' => 
60
-        array (
61
-            0 => __DIR__ . '/..' . '/windwalker/structure',
62
-        ),
63
-        'Windwalker\\Renderer\\' => 
64
-        array (
65
-            0 => __DIR__ . '/..' . '/windwalker/renderer',
66
-        ),
67
-        'Symfony\\Polyfill\\Mbstring\\' => 
68
-        array (
69
-            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
70
-        ),
71
-        'Symfony\\Contracts\\Translation\\' => 
72
-        array (
73
-            0 => __DIR__ . '/..' . '/symfony/translation-contracts',
74
-        ),
75
-        'Symfony\\Component\\Translation\\' => 
76
-        array (
77
-            0 => __DIR__ . '/..' . '/symfony/translation',
78
-        ),
79
-        'Symfony\\Component\\Finder\\' => 
80
-        array (
81
-            0 => __DIR__ . '/..' . '/symfony/finder',
82
-        ),
83
-        'Symfony\\Component\\Debug\\' => 
84
-        array (
85
-            0 => __DIR__ . '/..' . '/symfony/debug',
86
-        ),
87
-        'Psr\\SimpleCache\\' => 
88
-        array (
89
-            0 => __DIR__ . '/..' . '/psr/simple-cache/src',
90
-        ),
91
-        'Psr\\Log\\' => 
92
-        array (
93
-            0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
94
-        ),
95
-        'Psr\\Container\\' => 
96
-        array (
97
-            0 => __DIR__ . '/..' . '/psr/container/src',
98
-        ),
99
-        'MVC\\Objets\\' => 
100
-        array (
101
-            0 => __DIR__ . '/../..' . '/application/objets',
102
-        ),
103
-        'MVC\\Classe\\' => 
104
-        array (
105
-            0 => __DIR__ . '/../..' . '/application/class',
106
-        ),
107
-        'Illuminate\\View\\' => 
108
-        array (
109
-            0 => __DIR__ . '/..' . '/illuminate/view',
110
-        ),
111
-        'Illuminate\\Support\\' => 
112
-        array (
113
-            0 => __DIR__ . '/..' . '/illuminate/support',
114
-        ),
115
-        'Illuminate\\Filesystem\\' => 
116
-        array (
117
-            0 => __DIR__ . '/..' . '/illuminate/filesystem',
118
-        ),
119
-        'Illuminate\\Events\\' => 
120
-        array (
121
-            0 => __DIR__ . '/..' . '/illuminate/events',
122
-        ),
123
-        'Illuminate\\Contracts\\' => 
124
-        array (
125
-            0 => __DIR__ . '/..' . '/illuminate/contracts',
126
-        ),
127
-        'Illuminate\\Container\\' => 
128
-        array (
129
-            0 => __DIR__ . '/..' . '/illuminate/container',
130
-        ),
131
-        'Doctrine\\Common\\Inflector\\' => 
132
-        array (
133
-            0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Common/Inflector',
134
-        ),
135
-        'Carbon\\' => 
136
-        array (
137
-            0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
138
-        ),
139
-    );
140
-
141
-    public static function getInitializer(ClassLoader $loader)
142
-    {
143
-        return \Closure::bind(function () use ($loader) {
144
-            $loader->prefixLengthsPsr4 = ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452::$prefixLengthsPsr4;
145
-            $loader->prefixDirsPsr4 = ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452::$prefixDirsPsr4;
146
-
147
-        }, null, ClassLoader::class);
148
-    }
149
-}
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,149 @@
1
+<?php
2
+
3
+// autoload_static.php @generated by Composer
4
+
5
+namespace Composer\Autoload;
6
+
7
+class ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452
8
+{
9
+    public static $files = array (
10
+        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11
+        '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php',
12
+    );
13
+
14
+    public static $prefixLengthsPsr4 = array (
15
+        'W' => 
16
+        array (
17
+            'Windwalker\\Structure\\' => 21,
18
+            'Windwalker\\Renderer\\' => 20,
19
+        ),
20
+        'S' => 
21
+        array (
22
+            'Symfony\\Polyfill\\Mbstring\\' => 26,
23
+            'Symfony\\Contracts\\Translation\\' => 30,
24
+            'Symfony\\Component\\Translation\\' => 30,
25
+            'Symfony\\Component\\Finder\\' => 25,
26
+            'Symfony\\Component\\Debug\\' => 24,
27
+        ),
28
+        'P' => 
29
+        array (
30
+            'Psr\\SimpleCache\\' => 16,
31
+            'Psr\\Log\\' => 8,
32
+            'Psr\\Container\\' => 14,
33
+        ),
34
+        'M' => 
35
+        array (
36
+            'MVC\\Objets\\' => 11,
37
+            'MVC\\Classe\\' => 11,
38
+        ),
39
+        'I' => 
40
+        array (
41
+            'Illuminate\\View\\' => 16,
42
+            'Illuminate\\Support\\' => 19,
43
+            'Illuminate\\Filesystem\\' => 22,
44
+            'Illuminate\\Events\\' => 18,
45
+            'Illuminate\\Contracts\\' => 21,
46
+            'Illuminate\\Container\\' => 21,
47
+        ),
48
+        'D' => 
49
+        array (
50
+            'Doctrine\\Common\\Inflector\\' => 26,
51
+        ),
52
+        'C' => 
53
+        array (
54
+            'Carbon\\' => 7,
55
+        ),
56
+    );
57
+
58
+    public static $prefixDirsPsr4 = array (
59
+        'Windwalker\\Structure\\' => 
60
+        array (
61
+            0 => __DIR__ . '/..' . '/windwalker/structure',
62
+        ),
63
+        'Windwalker\\Renderer\\' => 
64
+        array (
65
+            0 => __DIR__ . '/..' . '/windwalker/renderer',
66
+        ),
67
+        'Symfony\\Polyfill\\Mbstring\\' => 
68
+        array (
69
+            0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
70
+        ),
71
+        'Symfony\\Contracts\\Translation\\' => 
72
+        array (
73
+            0 => __DIR__ . '/..' . '/symfony/translation-contracts',
74
+        ),
75
+        'Symfony\\Component\\Translation\\' => 
76
+        array (
77
+            0 => __DIR__ . '/..' . '/symfony/translation',
78
+        ),
79
+        'Symfony\\Component\\Finder\\' => 
80
+        array (
81
+            0 => __DIR__ . '/..' . '/symfony/finder',
82
+        ),
83
+        'Symfony\\Component\\Debug\\' => 
84
+        array (
85
+            0 => __DIR__ . '/..' . '/symfony/debug',
86
+        ),
87
+        'Psr\\SimpleCache\\' => 
88
+        array (
89
+            0 => __DIR__ . '/..' . '/psr/simple-cache/src',
90
+        ),
91
+        'Psr\\Log\\' => 
92
+        array (
93
+            0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
94
+        ),
95
+        'Psr\\Container\\' => 
96
+        array (
97
+            0 => __DIR__ . '/..' . '/psr/container/src',
98
+        ),
99
+        'MVC\\Objets\\' => 
100
+        array (
101
+            0 => __DIR__ . '/../..' . '/application/objets',
102
+        ),
103
+        'MVC\\Classe\\' => 
104
+        array (
105
+            0 => __DIR__ . '/../..' . '/application/class',
106
+        ),
107
+        'Illuminate\\View\\' => 
108
+        array (
109
+            0 => __DIR__ . '/..' . '/illuminate/view',
110
+        ),
111
+        'Illuminate\\Support\\' => 
112
+        array (
113
+            0 => __DIR__ . '/..' . '/illuminate/support',
114
+        ),
115
+        'Illuminate\\Filesystem\\' => 
116
+        array (
117
+            0 => __DIR__ . '/..' . '/illuminate/filesystem',
118
+        ),
119
+        'Illuminate\\Events\\' => 
120
+        array (
121
+            0 => __DIR__ . '/..' . '/illuminate/events',
122
+        ),
123
+        'Illuminate\\Contracts\\' => 
124
+        array (
125
+            0 => __DIR__ . '/..' . '/illuminate/contracts',
126
+        ),
127
+        'Illuminate\\Container\\' => 
128
+        array (
129
+            0 => __DIR__ . '/..' . '/illuminate/container',
130
+        ),
131
+        'Doctrine\\Common\\Inflector\\' => 
132
+        array (
133
+            0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Common/Inflector',
134
+        ),
135
+        'Carbon\\' => 
136
+        array (
137
+            0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
138
+        ),
139
+    );
140
+
141
+    public static function getInitializer(ClassLoader $loader)
142
+    {
143
+        return \Closure::bind(function () use ($loader) {
144
+            $loader->prefixLengthsPsr4 = ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452::$prefixLengthsPsr4;
145
+            $loader->prefixDirsPsr4 = ComposerStaticInit9b1e759924c166b39c4e04ff27d4d452::$prefixDirsPsr4;
146
+
147
+        }, null, ClassLoader::class);
148
+    }
149
+}