Skip to content

Commit

Permalink
Link to Laravel Framework 4.2 branch
Browse files Browse the repository at this point in the history
Because master is the 5.0 version in development and the CookieMiddleware will no longer be StackPHP compatible.
  • Loading branch information
hannesvdvreken committed Dec 11, 2014
1 parent 890cf14 commit 9da7a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/middlewares.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ <h3>
</div>
<div class="span6">
<h3>
<a href="https://github.com/laravel/framework/tree/master/src/Illuminate/Cookie">CookieGuard</a>
<a href="https://github.com/laravel/framework/tree/4.2/src/Illuminate/Cookie">CookieGuard</a>
</h3>
<p class="by">
by laravel
</p>
<p>The laravel cookie guard encrypts outgoing cookies.</p>
<div class="btn-group">
<a class="btn" href="https://github.com/laravel/framework/tree/master/src/Illuminate/Cookie"><i class="icon icon-github"></i> GitHub</a>
<a class="btn" href="https://github.com/laravel/framework/tree/4.2/src/Illuminate/Cookie"><i class="icon icon-github"></i> GitHub</a>
<a class="btn" href="https://packagist.org/packages/illuminate/cookie"><i class="icon icon-archive"></i> Packagist</a>
</div>
</div>
Expand Down

0 comments on commit 9da7a93

Please sign in to comment.