Commit for this lesson: https://github.com/LaravelDaily/Laravel-Vue3-CRUD-Course-2022/commit/e5215acfbe3fccab6e39973bdbe4a60900ce82be
Commit for this lesson: https://github.com/LaravelDaily/Laravel-Vue3-CRUD-Course-2022/commit/e5215acfbe3fccab6e39973bdbe4a60900ce82be
Eager Loading Specific Columns
https://laravel.com/docs/10.x/eloquent-relationships#eager-loading-specific-columns
When using this feature, you should always include the id column and any relevant foreign key columns in the list of columns you wish to retrieve.