RickDB
RickDB
FFilament
Created by Marcel on 5/15/2024 in #❓┊help
Change column value from row action
Add ->label to your code
4 replies
FFilament
Created by hrvzmndz on 5/15/2024 in #❓┊help
add to cart function
Hi, you could use the filament/actions package for this
5 replies
FFilament
Created by adnn on 5/15/2024 in #❓┊help
VS Code set up for Filament/Laravel development?
But I highly recommend to check out PHPStorm, it's much better for PHP development
6 replies
FFilament
Created by adnn on 5/15/2024 in #❓┊help
VS Code set up for Filament/Laravel development?
Heyo, for Visual Code you need to use https://intelephense.com/
6 replies
FFilament
Created by ericmp #2 on 12/18/2023 in #❓┊help
Does Filament provide a way to let users recover their accounts?
#breezy should do the trick. It's not built-in by default
7 replies
FFilament
Created by Hasith on 9/15/2023 in #❓┊help
Use custom tailwind css inside livewire component (resource edit page)?
so you do have vite installed?
16 replies
FFilament
Created by Hasith on 9/15/2023 in #❓┊help
Use custom tailwind css inside livewire component (resource edit page)?
Nah
16 replies
FFilament
Created by Hasith on 9/15/2023 in #❓┊help
Use custom tailwind css inside livewire component (resource edit page)?
as it needs to generate the new color classes
16 replies
FFilament
Created by Hasith on 9/15/2023 in #❓┊help
Use custom tailwind css inside livewire component (resource edit page)?
Did you run npm run build to recompile css?
16 replies
FFilament
Created by Hasith on 9/15/2023 in #❓┊help
Use custom tailwind css inside livewire component (resource edit page)?
Do you have a theme?
16 replies
FFilament
Created by kimsoeurn on 8/16/2023 in #❓┊help
Table Builder
Can you show some code?
8 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
because then you can also just use
->default(fn (callable $get) => $get('maximum'))
->default(fn (callable $get) => $get('maximum'))
12 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
Tbh, is setting a default value sufficient?
12 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
It's just an array!
12 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
Sorry for formatting, but try somethung like this
12 replies
FFilament
Created by CaptainJoker on 8/11/2023 in #❓┊help
Setting Values in a repeater
Hi @captainjoker:
->afterStateUpdated(function () use ($get, $set) {
$set('repeaterfield', [
['quantity_per_year' => $get('maximum_quantity)],
['quantity_per_year' => $get('maximum_quantity)]
])
->afterStateUpdated(function () use ($get, $set) {
$set('repeaterfield', [
['quantity_per_year' => $get('maximum_quantity)],
['quantity_per_year' => $get('maximum_quantity)]
])
12 replies
FFilament
Created by papipsycho on 8/9/2023 in #❓┊help
How to add page from a plugins ?
If I understand correctly, you need a page that is from a plugin? Which one?
4 replies
FFilament
Created by Becker Maxime on 8/4/2023 in #❓┊help
Widgets v2 to v3
You can for example pass a view with a livewire component
8 replies
FFilament
Created by Becker Maxime on 8/4/2023 in #❓┊help
Widgets v2 to v3
8 replies
FFilament
Created by toghrulcalalli on 7/25/2023 in #❓┊help
Filament assets not found in live server
Not if you use virtual hosts
25 replies