Skip to content

Commit 08d8585

Browse files
committed
Add stack/run
1 parent ed4e681 commit 08d8585

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/middlewares.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)