DEV Community

Discussion on: The code behind Laravel 6

Collapse
 
eleftrik profile image
Erik D'Ercole

REPL's name is Tinker and not Thinker ;-)

I think Eloquent is pretty comfortable and easy to use, but it has several disadvantages, especially compared to other more robust ORMs (e.g. Doctrine).
The worst part is related to accessing properties via magic methods, which is too much error prone.