belongs-to-many-field-nova icon indicating copy to clipboard operation
belongs-to-many-field-nova copied to clipboard

Belongs To Many field Laravel nova to represent many to many relationship in field.

Results 42 belongs-to-many-field-nova issues
Sort by recently updated
recently updated
newest added

In my BelongsToMany resource I'm using a custom title for display: public function title() { return $this->id . ':: ' . $this->name; } This is used for easier identification in...

![image](https://user-images.githubusercontent.com/55613322/111464471-d0794100-8746-11eb-8e0a-996c210cacd2.png) BelongsToManyField::make('Questions','questions', 'App\Nova\Question') ->optionsLabel('title') ->showOnUpdating(true) ->**dependsOn**('class_subject','class_subject_id') Note that the objects in the BelongsToManyField get filtered based on the value in the field above it. When I update my parent field...

bug
to-review

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Somehow if this.field.dependsOn has value, the entire box wouldnt show. Workaround: setting a different variable worked please check at `created` vue method thanks to make great package !

it's like #46 but we can use custom method here too. usecase: i have project the have belongsToMany incomeCategories and expenseCategories so i need to use the same categories table...

Method works the same as the create option for a BelongsTo relation. Hope you guys like it and will merge it :)

I believe this is a recent thing but when I first create a new nova resource and select my relations, they are just fine and dandy. However, if I make...

Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...

dependencies