filament-drafts
filament-drafts copied to clipboard
A filament plugin that adds the ability to manage drafts and revisions of your models.
**Description:** After adding the traits to all the resource pages I am getting the following error. Note: It's happening because of **Filament Translatable** plugin. ``` Trait method Guava\FilamentDrafts\Admin\Resources\Pages\Create\Draftable::handleRecordCreation has not...
I am creating a tenant registration page and would like to add a draft feature. I don't know how to get started.Thank you for your answer. This question has been...
belongsToMany, hasMany, MorphMany not been loaded on my edit form
So field published_at does not update after I published draft record, if I am publishing within creation it updates but in case when record exist and it draft it doesn't
how to add a button to delete revisions?
Hi, i found a couple of issues if used in tandem with filament-nested-resources. 1. the handleRecordCreation needs to be using the getRelation Method ```php protected function handleRecordCreation(array $data): Model {...