How can i override a resource of a package ?
Exporting by command line
Laravel 12, Livewire starter-kit, Filament PHP
Is it possible to pass the parent record to the gate of a relation manager?
Work Orders
resource and on the edit page of each is a relation manager for Work Order Notes
. I have policies for both models.
I only want to allow a work order note to be created on work orders that the logged in user owns. The problem is that Filament checks a create
method on the WorkOrderNotePolicy
that doesn't pass in anything other than the user. Eg.
```php...canAction
methods on the relation manager and I override the one's I need. Not sure if this is the best way to do this though but it works.
```php
protected function canCreate(): bool
{...Conditional actions on table columns
Open relation manager on table action
Repeater custom create function?
mutateRelationshipDataBeforeCreateUsing
, but not a way to do the actual insert into the database ourselves, is this possible?Problem with Custom rules - upload file

How to keep a modal open after submitting
replaceMountedTableAction problem
Markdown Editor not loading

How to Add Custom Dropdown Filters Inside Table Headers in Filament?

Hide Create an action in the form of a filament
->hidden(fn ($livewire) => (SheetLeave::where('user_id', $livewire->data['user_id'])->first()?->available_leaves ?? 0) === 0)
but will this cause any problems...Table filter
deferFilters()
deferFilters()
can we hook configureUsing after render .
filtered colum value
Changing the default ui-avatars.com colors
form->fill()`with Selects?
$this->form->fill( [...] )
with Select fields?
I need to automatically select something from the dropdown while inside a form action function....Strange Issue with Filament and API Routes
ask about how use this package mohamedsabil83/filament-hijri-picker