TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Laravel 5.1 with LTS is released

81 点作者 ericbarnes将近 10 年前

10 条评论

jbrooksuk将近 10 年前
I&#x27;m super excited about Laravel 5.1<p>We&#x27;ve been using it with Cachet (<a href="https:&#x2F;&#x2F;github.com&#x2F;cachethq&#x2F;cachet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cachethq&#x2F;cachet</a>) for a couple of weeks. Mainly it was to make testing our API easier, the new PHPUnit extensions are so freaking amazing - it makes unit testing a dream.<p>Other than that, other cool features I like are the LTS, dropping of the mcrypt extension requirement and also the broadcasting feature (which is worth checking out btw)<p>Also this release contains some code that I&#x27;ve committed too, which is always a nice feeling :)
sarciszewski将近 10 年前
<a href="http:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;5.1&#x2F;releases#laravel-5.1" rel="nofollow">http:&#x2F;&#x2F;laravel.com&#x2F;docs&#x2F;5.1&#x2F;releases#laravel-5.1</a><p><pre><code> In previous versions of Laravel, encryption was handled by the mcrypt PHP extension. However, beginning in Laravel 5.1, encryption is handled by the openssl extension, which is more actively maintained. </code></pre> This is easily my favorite aspect of the new release. Please, everyone else, follow their example and stop using mcrypt in your projects.
评论 #9686233 未加载
noir_lord将近 10 年前
Just upgraded a large 5 to 5.1 codebase in under 5 minutes (4 of that was composer ;) ) and everything passed functional testing.<p>Outstanding work and the new docs are an excellent improvement.
colinramsay将近 10 年前
This is a great idea. My main gripe (on a very short evaluation) with Laravel is that the default application that artisan gives you comes with a lot of files dotted around the directory structure. With something like Rails these tend to be locked away in a gem and so when using CTRL+T (or similar) you get a lot of cruft popping up.<p>That said I do like the things that Laravel gives you out of the box like auth and the command pattern.
评论 #9686282 未加载
mtbcoder将近 10 年前
By extension, would Lumen (Laravel&#x27;s micro framework sibling) also now have LTS releases?
评论 #9686485 未加载
Olap84将近 10 年前
How many other Frameworks offer LTS releases?<p>Plenty are mature enough to offer this, but commercial backing must be hard to come by.
评论 #9686218 未加载
评论 #9686210 未加载
评论 #9686222 未加载
ericbarnes将近 10 年前
Being the first release offering LTS is fantastic news for the community.
sirstompsalot将近 10 年前
Too bad it is still slow as a glacier.
评论 #9686523 未加载
评论 #9686483 未加载
评论 #9686476 未加载
darkhorn将近 10 年前
Why space? Why not tabs? Why do I need to press 10 times space instead of 2 times the tab?
评论 #9686462 未加载
评论 #9686490 未加载
评论 #9686463 未加载
fweespeech将近 10 年前
As interesting as LTS support is, 2 years is frankly very short.<p>I&#x27;m used to thinking of LTS support in terms of 4-5 years. I suspect everyone else is too and Laravel is going to piss off everyone who doesn&#x27;t read the fine print.
评论 #9686219 未加载
评论 #9686178 未加载
评论 #9686183 未加载
评论 #9686187 未加载