Fields

MorphToMany

Inherits from BelongsToMany.

* has the same capabilities.

Relationship field in Laravel of type MorphToMany.

use MoonShine\Laravel\Fields\Relationships\MorphToMany;
 
MorphToMany::make(
'Categories',
'categories',
resource: CategoryResource::class
)
use MoonShine\Laravel\Fields\Relationships\MorphToMany;
 
MorphToMany::make(
'Categories',
'categories',
resource: CategoryResource::class
)