Live data from Hacker News

Laravel 4.0 Released

github.com

21–24 of 24 posts

Re: Laravel 4.0 Released

#21

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

the Minimum is too expensive... i got the Jeff book instead... thkx however :)

Yeah, I forgot to mention https://leanpub.com/laravel-testing-decoded which is an oversight on my part! Laravel 4 is #1 and #2 on Leanpub for the past week, just because of today!

Re: Laravel 4.0 Released

#22

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!

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

> Also PHP-Fig has recommended tabs over spaces.

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

Post reply on HN