File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,26 @@ Use the ``APP_RUNTIME`` environment variable or by specifying the
101
101
}
102
102
}
103
103
104
+ If modifying the runtime class is not enough, you can always create your own runtime
105
+ template:
106
+
107
+ .. code-block :: json
108
+
109
+ {
110
+ "require" : {
111
+ "..." : " ..."
112
+ },
113
+ "extra" : {
114
+ "runtime" : {
115
+ "autoload_template" : " resources/runtime/autoload_runtime.template"
116
+ }
117
+ }
118
+ }
119
+
120
+ If you want a reference, the The Symfony's runtime can be found at
121
+ <a href="https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Runtime/Internal/autoload_runtime.template" class="reference external" title="Symfony autoload_runtime.template" rel="external noopener noreferrer" target="_blank">src/Symfony/Component/Runtime/Internal/autoload_runtime.template()</a>.
122
+
123
+
104
124
Using the Runtime
105
125
-----------------
106
126
You can’t perform that action at this time.
0 commit comments