uarefans
uarefans
FFilament
Created by quantumleaps on 11/12/2024 in #❓┊help
upload image from afterStateUpdate of another component
4 replies
FFilament
Created by uarefans on 10/29/2024 in #❓┊help
How to add custom css class to Specifics resource
thank you will check
9 replies
FFilament
Created by uarefans on 10/29/2024 in #❓┊help
How to add custom css class to Specifics resource
No description
9 replies
FFilament
Created by uarefans on 10/29/2024 in #❓┊help
How to add custom css class to Specifics resource
Any solution please? Maybe id like <div id="#custom"> is fine
9 replies
FFilament
Created by uarefans on 8/5/2023 in #❓┊help
Upgrade v2 to v3, cannot show record and cannot save without error outpput
Solution Because need update app.js as instruction from livewire upgrade v3 Reference https://livewire.laravel.com/docs/upgrading#accessing-alpine-via-js-bundle
import {
Alpine,
Livewire,
} from "../../../vendor/livewire/livewire/dist/livewire.esm";

Alpine.plugin(customPlugin);

Livewire.start();
import {
Alpine,
Livewire,
} from "../../../vendor/livewire/livewire/dist/livewire.esm";

Alpine.plugin(customPlugin);

Livewire.start();
3 replies
FFilament
Created by Vladimir on 8/3/2023 in #❓┊help
Is there a thing like hot reload for Filament resources?
oke never mind, vite change without reload page valet need this code for work together with vite
41 replies
FFilament
Created by Vladimir on 8/3/2023 in #❓┊help
Is there a thing like hot reload for Filament resources?
41 replies