Globally configure database notifications to use `isEventDispatched: true`
isEventDispatched: true
whenever I send database notifications. Is there a way of setting that flag to true via configureUsing
?...Can you help me understand the process of creating custom pages.
Some items from Repeater not saving
![No description](https://cdn.answeroverflow.com/1323677054641770567/Screenshot_2024-12-31_at_12.38.05.png)
Select Divider/Separator (<hr>)
<hr>
but if I try to do that here then an extra blank option is added to the list. The code below produces the screenshot attached.
```php
Components\Select::make('invites')
->options([...![No description](https://cdn.answeroverflow.com/1323676784281260093/image.png)
ChartJS custom tooltip positioner
Dynamic `required()`/`visible()` within a Repeater
Form
with Select
:
```php
return $form
->schema([
Select::make('event_id')...Disable User Menu on Guest Panel
PanelsRenderHook::TOPBAR_END
hook to add my button.
...Update text input dynamic based off other important
Spatie translatable plugin issue or not
Adding where clause to query using current session
$query->where('group_id', auth()->user()->group_id
)? Where would I apply such a where clause? getTableQuery says deprecated — Override the table() method to configure the table
so I'm not sure how to do it 🤔$table->modifyQueryUsing(function (Builder $query) {})
🤔when create data redirect to route print and redirect to index
Table groups with 5 newest rows per group
Livewire Table action redirect the table ?
Strange php artisan optimize error
Searching for the plugin or piece of code to chose and register a store
![No description](https://cdn.answeroverflow.com/1323357545598812250/image.png)
Hello caching for dashbord filamentphp
Searchable by pivot name
name
and a pivot column name
. How do i make the table searchable by the pivot column? I already tried
Tables\Columns\TextColumn::make('name')->searchable()
(column works, search doesn't),
Tables\Columns\TextColumn::make('pivot.name')->searchable()
(column works, search doesn't) and
Tables\Columns\TextColumn::make('pivot_table_name.name')->searchable()
(neither works)....searchable(['pivot_table_name.name'])
insteadChunking bulk actions
text to speech not working on chrome,safari and opera browser.it'sonly working on firefox