How-to articles, tricks, and solutions about QUERY-BUILDER
Laravel 5.2 - pluck() method returns array
The pluck method is used to retrieve a list of a single column from a database table.
Laravel Query Builder where max id
In Laravel, you can use the Query Builder's max method to retrieve the maximum value of a specific column.