Outdated

You are reading the documentation for 2.x. The current version is 3.x.

View 3.x docs →

Upgrading

This guide covers the upgrade from 1.x to 2.x. Version 2.x exists for filament 4.

Upgrade filament

Please follow the filament upgrade guide first.

Bump the constraint

composer require guava/filament-modal-relation-managers:"^2.0"

Change your imports

Filament 4 unified its actions, so the three context-specific action classes collapsed into one:

// Before
use Guava\FilamentModalRelationManagers\Actions\Table\RelationManagerAction;
use Guava\FilamentModalRelationManagers\Actions\Infolist\RelationManagerAction;
use Guava\FilamentModalRelationManagers\Actions\Action\RelationManagerAction;

// After
use Guava\FilamentModalRelationManagers\Actions\RelationManagerAction;
guava/filament-modal-relation-managers 99K installs · 79 stars
// COOKIES

A few cookies keep the site working and remember the language you are reading in. Others count visits, and those stay off until you allow them.

Cookie policy