DEV Community

Discussion on: Why is Laravel much popular in USA than Symfony ?

Collapse
 
verzola profile image
Gustavo Verzola

When I said it can evolve well into a big application I mean in code organization, not performance. It supports from the most basic type of application that has everything on routes.php and facades to a more enterprise like application that uses dependency injection backed by unit and functional tests. But if performance is a concern I would not choose Laravel.

Thread Thread
 
vasilvestre profile image
Valentin Silvestre

The code organization was also a problem in my experience.
But it's maybe depend of the team, I wasn't involved into the development. I just casually helped a friend.