Settings

Theme

Laravel 4.0 Released

github.com

44 points by stormpat 13 years ago · 23 comments

Reader

peterarmstrong 13 years ago

There's also a Laravel 4 book released today. It's Laravel: Code Bright (https://leanpub.com/codebright) by Dayle Rees, a member of the Laravel core team.

It's the featured book on the Leanpub homepage (https://leanpub.com/) right now, and it's doing really well.

(Disclosure: Leanpub cofounder here.)

stormpatOP 13 years ago

As of now the official 4.0 docs are still on http://four.laravel.com/

wesley 13 years ago

http://new.laravel.com/

hmart 13 years ago

Another book released today: Laravel Testing Decoded, by Jeffrey Way - https://leanpub.com/laravel-testing-decoded

Narretz 13 years ago

I 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.

  • dan1234 13 years ago

    Does anyone have any benchmarks?

    I've only made a couple of sites using Laravel but I actually really like it and haven't hit any performance bottlenecks yet.

bgaluszka 13 years ago

Personally I like to follow coding standards when writing app in given framework, so I always start with looking at what they look like and I find that very often there is something that I personally find off e.g. in lavarels case they use tabs for indentation or classes have braces in the same line as class name, but not methods. Other than that project looks great!

  • T3RMINATED 13 years ago

    I dont understand... L4 follows the standard... your standard however must be off. Also PHP-Fig has recommended tabs over spaces.

    • Shorel 13 years ago

      > Also PHP-Fig has recommended tabs over spaces.

      Great! I have always ignored that part of the spec. Tabs rule.

    • bgaluszka 13 years ago

      That's what I said, that I personally find off. Just an opinion.

codedungeon 13 years ago

If you haven't tried Laravel 4, now is the TIME!

Kiro 13 years ago

How does this compare to other PHP frameworks?

  • diggan 13 years ago

    It's very easy to get going with and to learn.

    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.

    [0] http://four.laravel.com

  • wesley 13 years ago

    Easier to develop for thanks to the great syntax, but unfortunately slower than everything except symfony.

  • kyriakos 13 years ago

    my take: - easy to use / learning curve is not steep - very well documented - contains the basics (no do-it-all overblown class library like Zend)

TheRubyist 13 years ago

Troll

T3RMINATED 13 years ago

The fonts are very hard to read on the webpage, how to fix this? maybe text-rendering will help?

T3RMINATED 13 years ago

No HTML::script :(

  • krapp 13 years ago

    I never liked html-generating methods anyway (it makes escaping more difficult) so personally i'm quite happy if there are fewer of them.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection