Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get the unique rows from table laravel

$categories = Machine::distinct('category')->pluck('category');


Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #unique #rows #table #laravel
ADD COMMENT
Topic
Name
7+6 =