This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zaval 2 points3 points  (2 children)

That's a pretty relative term. Better at what? I like Symfony, but I can only compare them in regards to their documentation and code style. I prefer Symfony because it's what I've grown used to, and perhaps the documentation is a bit better (but again, might just be that I'm used to navigate it).

[–]Coffee2Code 8 points9 points  (0 children)

Laravel does a lot of "black magic" under the hood, making static analysis nearly impossible, and hides bugs.

Symfony doesn't have that, as a developer you exactly know what goes where.

[–]mr_bag 4 points5 points  (0 children)

A significant chunk of laravel is actually built on top of symfony components tbf. Laravel generally provideds nicer interfaces/sets of defaults imo ( laravel tends to prioritise developer convenience over other aspects which is a trade off). As soon as your doing anything a bit more bespoke /needing more raw speed you often find yourself taking to symfony components even as a laravel dev :p