Answers for "laravel validation unique combination of fields"

PHP
0

eloquent unique combination

$table->unique(['taggable_id', 'taggable_type']);
Posted by: Guest on March-02-2021

Code answers related to "laravel validation unique combination of fields"

Browse Popular Code Answers by Language