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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Laravel 4 Beta released

19 点作者 stormpat超过 12 年前

8 条评论

znowi超过 12 年前
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>
wldlyinaccurate超过 12 年前
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>
jasonlewis超过 12 年前
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>
bilalq超过 12 年前
Awesome. I was waiting on documentation before trying this out. I love that they're using Composer now.
davedx超过 12 年前
Exciting! I've been using Laravel for all my new freelance PHP projects, and I'm really happy with it.
wesley超过 12 年前
Form and HTML helpers have been removed it seems, I wonder why?
评论 #5044636 未加载
perishabledave超过 12 年前
Can't seem to find a changelog, got a link for whats new?
评论 #5044386 未加载
评论 #5044394 未加载
camus超过 12 年前
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 未加载