Download the PHP package metasync-site/nova-belongs-to-many without Composer
On this page you can find all versions of the php package metasync-site/nova-belongs-to-many. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download metasync-site/nova-belongs-to-many
More information about metasync-site/nova-belongs-to-many
Files in metasync-site/nova-belongs-to-many
Download metasync-site/nova-belongs-to-many
More information about metasync-site/nova-belongs-to-many
Files in metasync-site/nova-belongs-to-many
Vendor metasync-site
Package nova-belongs-to-many
Short Description A Laravel Nova field for searchable belongs-to-many relationships
License MIT
Package nova-belongs-to-many
Short Description A Laravel Nova field for searchable belongs-to-many relationships
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-belongs-to-many
Laravel Nova BelongsToMany Searchable Field
A Laravel Nova field that provides a searchable interface for belongs-to-many relationships with the ability to create new related resources.
Requirements
- PHP 8.2+
- Laravel 11.x
- Laravel Nova 4.x / 5.x
Installation
You can install the package via composer:
Usage
Full api
Features
- 🔍 Searchable interface for belongs-to-many relationships
- ✨ Custom display formatting with callback support
- ➕ Optional "Create New" button with modal
- 🎨 Dark mode support
- 🎯 Type-safe implementation
- 🔄 Automatic pivot table management
Configuration Options
Required Parameters
resourceClass
: The Nova resource class for the related modelrelationName
: The name of the relationship method on your modelpivotTable
: The name of the pivot tableforeignPivotKey
: The foreign key of the parent model in the pivot tablerelatedPivotKey
: The foreign key of the related model in the pivot table
Optional Parameters
displayCallback
: Customize how each option is displayedwithCreateButton
: Enable the create button with an optional custom label
Security Vulnerabilities
If you discover any security vulnerabilities, please email [email protected]
Credits
All versions of nova-belongs-to-many with dependencies
PHP Build Version
Package Version
The package metasync-site/nova-belongs-to-many contains the following files
Loading the files please wait ....