Laravel Case Study: How to Extend Paginate to Data Collection in Laravel
Sometimes I have difficulty sorting data, for example, I want to sort data based on existing relationships with orderBy() and it doesn't work.
My alternative solution tried to utilize sortBy(), this only works for data collection types. I have to run...
easylaravel.hashnode.dev1 min read