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

Looking at https://github.com/Benjacho/belongs-to-many-field-nova/pull/50 We have the same problem: this module belongs-to-many-field-nova does not work inside the third party nova package [nova-dependency-container](https://www.github.com/epartment/nova-dependency-container) due to nesting. The issue: When a form uses...

Hey I have a Room model and resource. It has a column value of "name" The way I'm calling the code actually doesnt use the "name" column but the "title()"...

bug
to-review

Having this only slows down the initial request to Laravel Nova. laravel/nova-issues#3474

I've replaced the aliased facades (`Route`, `Validator`) with fully qualified class names. This fix solves the issue when someone disables the facade alias registration in Laravel config.

fixes #72, fixes #48 This PR checks if the field used for the `optionsLabel` is actually a translated field. If yes, it fills the field with the translation in the...

Resolve issue #28 A new method has been added: - Method creatable(), This method allows you to create related resource ```php // simple BelongsToManyField::make('Participants', 'participant', 'App\Nova\Participant') ->creatable(), // with settings...

Field was failing when used in a resource inside a fieldsForUpdate or fieldsForCreate function but not in the fields function.

removed `selectedResourceId` check for component watch. because field should be use by other packages fields (ex: dynamic select) or other nova fields.

Hi there. Great package! A thing I've noticed is that if I have a policy for the related resource with the `view()` and/or `viewAny()`, methods set to false, the link...

to-review