Laravel 4 Beta released
four.laravel.com
Laravel 4 Beta released
1–10 of 20 posts
Re: Laravel 4 Beta released
#2Can't seem to find a changelog, got a link for whats new?
Re: Laravel 4 Beta released
#3[deleted]
Re: Laravel 4 Beta released
#4Can't seem to find a changelog, got a link for whats new?
Its a complete rewrite, and there is many new concepts. The syntax is however almost the same. A good list of new features can be found here: http://phpmaster.com/whats-new-in-laravel-4/
Re: Laravel 4 Beta released
#5Can't seem to find a changelog, got a link for whats new?
The biggest is maybe the use of composer, its really changing PHP for the better.
Re: Laravel 4 Beta released
#6Exciting! I've been using Laravel for all my new freelance PHP projects, and I'm really happy with it.
Re: Laravel 4 Beta released
#7Awesome. I was waiting on documentation before trying this out. I love that they're using Composer now.
Re: Laravel 4 Beta released
#8Form and HTML helpers have been removed it seems, I wonder why?
Re: Laravel 4 Beta released
#9I 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
#10PHP 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/