TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Laravel 4 Beta released

19 pointsby stormpatover 12 years ago

8 comments

znowiover 12 years ago
It looks very nice. If I happen to write a project on PHP, I'll sure give it a try.<p>They didn't tag v4.0 release on github, hence the zip package link is 404.<p><a href="https://github.com/laravel/laravel/archive/4.0.zip" rel="nofollow">https://github.com/laravel/laravel/archive/4.0.zip</a><p>You can instead fetch master:<p><a href="https://github.com/laravel/laravel/archive/master.zip" rel="nofollow">https://github.com/laravel/laravel/archive/master.zip</a>
wldlyinaccurateover 12 years ago
I love Laravel, it's the simplest and most expressive PHP framework that I've used, and it does everything I want it to do out of the box. I really like that Laravel 4's API is practically identical to Laravel 3, too.<p>Btw you can browse the code on GitHub if you don't want to download it: <a href="https://github.com/laravel/framework" rel="nofollow">https://github.com/laravel/framework</a>
jasonlewisover 12 years ago
The beta hasn't actually been officially announced yet. As of this comment it's still in a pre-beta stage. Taylor will announce the beta sometime on Monday, as per the following tweet: <a href="https://twitter.com/laravelphp/status/289880193580032001" rel="nofollow">https://twitter.com/laravelphp/status/289880193580032001</a>
bilalqover 12 years ago
Awesome. I was waiting on documentation before trying this out. I love that they're using Composer now.
davedxover 12 years ago
Exciting! I've been using Laravel for all my new freelance PHP projects, and I'm really happy with it.
wesleyover 12 years ago
Form and HTML helpers have been removed it seems, I wonder why?
评论 #5044636 未加载
perishabledaveover 12 years ago
Can't seem to find a changelog, got a link for whats new?
评论 #5044386 未加载
评论 #5044394 未加载
camusover 12 years ago
PHP frameworks are finally becoming sane. Instead of re-inventing the wheel ,they share popular components wether it is from doctrine , symfony , etc ... The PSR stuff and composer is a huge step in the right direction , we are getting there , at last. another promise framework is Silex based on Symfony , it's easy to wire any symfony component through services and unlike Laravel it doesnt rely on Static methods or Singletons. silex.sensiolabs.org/
评论 #5047484 未加载