Ratno Putro Sulistiyono
Ratno Putro Sulistiyono
ContactCategory: `[ ID::make()->sortable(), Text::make('name'), ]` UserContact: `[ ID::make()->sortable(), BelongsTo::make("User","users",\App\Nova\User::class), BelongsTo::make("Category","category",\App\Nova\ContactCategory::class), Text::make("contact"), ]` Users, add inline hasmany: `HasMany::make("Contact","contact",\App\Nova\UserContact::class)->inline()` for more detail code it can be found here: https://github.com/ratno/nova-inline-sample/commit/42a8d7265e13f72faf6c89351dee9368b18c0194 thanks very much,,
is this the same like https://github.com/kirschbaum-development/nova-inline-relationship/issues/39 ?