Live data from Hacker News

Laravel 4 Beta released

four.laravel.com

1–10 of 20 posts

Re: Laravel 4 Beta released

#9
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.

Btw you can browse the code on GitHub if you don't want to download it: https://github.com/laravel/framework

Re: Laravel 4 Beta released

#10
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/
Post reply on HN