mark

In your AppServiceProvider, you can do the following:

1use App\Models\User;
2use LaraZeus\Mark\Facades\Mark;

in case you want to have your own pivot model, (must use the Mark trait)

1Mark::likeMorphPivotModel(YourOwnLikeMorphPivotClass::class)

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.