php - Get Specific Columns Using “With()” Function in Laravel Eloquent - Stack Overflow

PHOTO EMBED

Thu Sep 21 2023 11:36:10 GMT+0000 (Coordinated Universal Time)

Saved by @Zeeshan0811

Post::with('user:id,username,post_id')->get();
content_copyCOPY

https://stackoverflow.com/questions/19852927/get-specific-columns-using-with-function-in-laravel-eloquent