Bart
Bart
FFilament
Created by Bart on 9/16/2024 in #❓┊help
Auto delete files when deleted in FileUpload component
Hi all, I'm using the FileUpload component a lot and even got it to work properly on DigitalOcean Spaces, which is awesome! However, I cannot find an easy solution or configuration option for the component that deletes files from the storage when I delete a file in the component and save the record. Did any of you face this issue? How did you solve it if you did?
4 replies
FFilament
Created by Bart on 9/2/2024 in #❓┊help
Filament default ENUMS missing
Hi all, ever since I started using Filament (I am on v3.2) I cannot seem to use any of the default ENUMS that I find in the docs. Examples: use Filament\Support\Enums\IconPosition; "Undefined class 'IconPosition' " use Filament\Support\Enums\IconSize; "Undefined class 'IconSize'" And so on. Has any one of you experienced the same thing? I actually cannot find these enums in the codebase either. Either I really don't understand or have some kind of incomplete install or so? Hope anyone can shine a light 😉
10 replies
FFilament
Created by Bart on 8/31/2024 in #❓┊help
Laravel Spark Stripe and Filament - subscriptions per user
Hi all, I'm struggling a bit with Laravel Spark Stripe and Filament. I noticed there's the spark-billing-provider for Filament, but I think it's designed for multi-tenancy and subscriptions per tenant. I'm building a setup to do subscriptions per user. Got the Laravel Spark integration working for the billing page and communication with Stripe. But I'm not figuring out how to check for these subscriptions, show banners below the top bar when someone is on a trial etc. Did anyone do this before, subscriptions per user? I'm in need of a small push into the right direction 😅 Thanks 🙏
11 replies