Do I need to switch Laravel to Symfony?

I have the same question about my current project.


  • Project Type: Something like an SDK shopping cart.
  • Models: 30+ (with extensions)
  • Extensions: 15+
  • Tables: 47
  • Relations: each model has a 3+ relationship
  • The most efficient part processing: 300 ms

In the beginning, I have 10 models with relationships, so I choose Laravel as a Framework, and I don't think about growth.

Now I have 40 models with many extensions, and Laravel is working fine. My project is growing fast. Now it is a large SDK with a lot of tables, relationships and extensions.

I need the advice of experienced developers.

Laravel Symfony, ?

, .


P.S.: Laravel Symfony,

+4
3

. - .

", .

, , .

Symfony . SOLID. .

+7

Laravel . symfony zend.

0

TL; DR: Laravel Symfony.

Symfony . ORM ( , Doctrine in Symfony, ORM - Eloquent). Laravel.

, - 40 Laravel - 40 Symfony. - .

( , ).

, Symfony ( ) - . , - SOLID, , , , . Symfony .

Symfony . ( ) Laravel.

0

Source: https://habr.com/ru/post/1677594/


All Articles