Answers for "laravel with relation data select column"

PHP
0

laravel relation select fields

public function user()
{
    return $this->belongsTo('User')->select(['id', 'username']);
}
Posted by: Guest on September-27-2021

Code answers related to "laravel with relation data select column"

Browse Popular Code Answers by Language