#php
Read more stories on Hashnode
Articles with this tag
Value Objects are simple PHP classes that allow us to compare the values of an entity that could be in different formats. For example, money could be...
DTOs allows you to pass data between classes. This is especially useful when interacting with 3rd party APIs · Lets say, we have a news website and we...
Often in database heavy applications in Laravel, we have numerous database queries to fetch various types of data. You might use them in controllers,...