File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,16 @@ <h3>Builder</h3>
141141 < a class ="btn " href ="https://packagist.org/packages/stack/builder "> < i class ="icon icon-archive "> </ i > Packagist</ a >
142142 </ div >
143143 </ div >
144+ < div class ="tool span6 ">
145+ < h3 > Run</ h3 >
146+ < p > Shortcut function for handling HttpKernel front-controller boilerplate.</ p >
147+ < div class ="btn-group ">
148+ < a class ="btn " href ="https://github.com/stackphp/run "> < i class ="icon icon-github "> </ i > GitHub</ a >
149+ < a class ="btn " href ="https://packagist.org/packages/stack/run "> < i class ="icon icon-archive "> </ i > Packagist</ a >
150+ </ div >
151+ </ div >
152+ </ div >
153+ < div class ="row-fluid ">
144154 < div class ="tool span6 ">
145155 < h3 > Lazy Kernel</ h3 >
146156 < p > A lazy proxy for < code > HttpKernelInterface</ code > , allows an app to be loaded on demand when combined with URL Map.</ p >
You can’t perform that action at this time.
0 commit comments