by ericbarnes on 6/9/15, 1:14 PM with 55 comments
by jbrooksuk on 6/9/15, 3:30 PM
We've been using it with Cachet (https://github.com/cachethq/cachet) 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.
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)
Also this release contains some code that I've committed too, which is always a nice feeling :)
by sarciszewski on 6/9/15, 2:50 PM
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.
This is easily my favorite aspect of the new release. Please, everyone else, follow their example and stop using mcrypt in your projects.by noir_lord on 6/9/15, 2:50 PM
Outstanding work and the new docs are an excellent improvement.
by colinramsay on 6/9/15, 2:53 PM
That said I do like the things that Laravel gives you out of the box like auth and the command pattern.
by mtbcoder on 6/9/15, 2:52 PM
by Olap84 on 6/9/15, 2:46 PM
Plenty are mature enough to offer this, but commercial backing must be hard to come by.
by ericbarnes on 6/9/15, 1:28 PM
by sirstompsalot on 6/9/15, 3:14 PM
by darkhorn on 6/9/15, 3:22 PM
by fweespeech on 6/9/15, 2:37 PM
I'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't read the fine print.