Utility types are types that modify other types. You can think of them as functions, but they operate on types instead of values.
PHP
Eloquent Query Classes Pattern
Learn how to use Eloquent Query Classes to organize important database logic in Laravel without adding a full repository layer. Read more