Probably unnecessary anyway.
They could probably work out using Repository with models and controllers.
But even patterns are for us humans.
The patterns are meaningless at runtime and to the CPU.
Even when I programmed Java, I stuck with regular classes (ejb's), servlets, and JSP pages. Somehow it all worked without adding in a bunch of other patterns.
Those factories and repositories could also be done in plump models. But a lot of folks do not like plump models.
I usually just like sticking with regular MVC.
But in a way they are correct eloquent has many good uses but don't forget it is not for everything.
And sometimes it will not be as efficient.
For example monthly accounts receivable reports I'd use regular PDO every time.
Just some of my thoughts on it.
P.S. eloquent and hibernate isn't really a comparison. Hibernate is closer to Doctrine ORM.
Browse over the documentation for both and you'll see what I mean.