再会。在 Laravel 中使用 with() 函数时是否可以使用别名?例如:
$posts = Post::where(/*condition*/)->with('user as friend')->get();
php laravel eloquent
eloquent ×1
laravel ×1
php ×1