←back to thread

105 points robbyrussell | 1 comments | | HN request time: 0s | source
Show context
iamcreasy ◴[] No.45067211[source]
It was interesting to hear that Laravel, Drupal, Wordpress and Symfony communities do not mesh. I wonder why.
replies(6): >>45073249 #>>45073392 #>>45073689 #>>45073813 #>>45075153 #>>45075182 #
pbowyer ◴[] No.45073392[source]
The Laravel and Symfony communities are culturally very different. Laravel (and Taylor) are very US-American, Symfony (and Fabien) very European, and it comes through in communication style and presentation. Laravel has a share of users building products to sell to other Laravel users; Symfony doesn't. If I caricature, Laravel users are better at making money (as a Symfony user the social media presence looks like "grifting"); Symfony users at being architecture astronauts (and looking down on people "getting things done").

At a high level the WordPress community doesn't mesh because of having the WordPress way of doing things, and having a history of writing for old versions of PHP years after others have moved on and told users to upgrade. The WordPress community is fragmented into separate sub-communities which again don't mesh. There's the users who only build sites with page builders and hardly know how to code, those whose goal is to sell copies of their paid plugin (or hosting services), and those with permission to make changes to WordPress itself.

I've no recent experience of Drupal so can't comment on them.

replies(2): >>45073837 #>>45074774 #
1. no_wizard ◴[] No.45074774[source]
I did PHP development for awhile, at 2 different places. One was a Laravel shop, the other was Symfony.

My biggest takeaway is Laravel is fast to get up and going with and ship something, while Symfony actually scales and is far more easily maintainable

If I were to choose building an app I expect to last I’d choose Symfony every time