Answers for "check unique in other table laravel"

PHP
0

get the unique rows from table laravel

$categories = Machine::distinct('category')->pluck('category');
Posted by: Guest on August-28-2021

Code answers related to "check unique in other table laravel"

Browse Popular Code Answers by Language