Aug 9, 2022
Thanks for your response,
the subject here is the eloquent models in general not the presenters, the view thing was an example, the problem here is that the "Data Model" is tightly coupled with database, for example if we want to use the repository pattern with Laravel's model the pattern would be basically useless cause you have access to all the database related methods on that "Data model" then you have to use your own custom solution like plain objects etc.