Laravel 4.0 Released
github.com
Laravel 4.0 Released
1–10 of 24 posts
Re: Laravel 4.0 Released
#2Re: Laravel 4.0 Released
#3Re: Laravel 4.0 Released
#4How does this compare to other PHP frameworks?
It has good documentation (available here[0] for version four) and the code is filled with comments if the documentation isn't enough.
It uses "Eloquent ORM" which makes it so easy to handle data with Active Record.
RESTful controllers makes it easy to handle the request.
And much more, which is why you need to read the documentation to understand why it's different.
Re: Laravel 4.0 Released
#5How does this compare to other PHP frameworks?
Re: Laravel 4.0 Released
#6Re: Laravel 4.0 Released
#7Re: Laravel 4.0 Released
#8Re: Laravel 4.0 Released
#9How does this compare to other PHP frameworks?
Re: Laravel 4.0 Released
#10I really liked the static method shortcuts Laravel has for almost everything. Too bad it's almost as slow as Symfony, because it uses so many of it's (great) components.
I've only made a couple of sites using Laravel but I actually really like it and haven't hit any performance bottlenecks yet.