Pull to refresh

Comments 2

Symfony is not MVC framework. It is response-request framework. There are no views and models in Symfony Framework. You can create them, but you must not.


For me the main disadvantage of Larevel

is a high coupling of your code with the framework code by default. Developers often, very often ignore Laravel's possibilities to write framework agnostic code. And very very often then use Eloquent :(

Sign up to leave a comment.

Articles