Bart - EffectConnect
Bart - EffectConnect
FFilament
Created by Bart - EffectConnect on 11/18/2024 in #❓┊help
Automatically delete Export files
Case closed. I used a scheduled task. Thanks @awcodes
6 replies
FFilament
Created by Bart - EffectConnect on 11/18/2024 in #❓┊help
Automatically delete Export files
That was my back-up plan, I thought maybe someone has another way that was built in in Filament 🙂
6 replies
FFilament
Created by Bart - EffectConnect on 10/9/2024 in #❓┊help
Triggering the create modal of a resource on a custom dashboard widget (blade file)
Rubber duck again: found info via Filament Daily about default action. If you use the route to the index of the resource, and pass the name of the action as a query param 'action', it'll be triggered 🙂 https://www.youtube.com/watch?v=B0kO941vh7w
4 replies
FFilament
Created by Bart - EffectConnect on 9/29/2024 in #❓┊help
Troubles setting custom content for validation email
Hi all, this forum is a rubber duck for me sometimes 🙂 So I found a solution. I create a couple of custom stuff for Login, Register and VerifyEmail. And with a little help of ChatGPT, got it to work 😉
4 replies
FFilament
Created by Bart - EffectConnect on 9/16/2024 in #❓┊help
Auto delete files when deleted in FileUpload component
Found a solution tonight. I've created an Observer and have used the isDirty and getOriginals method to find which files would need to be deleted on the 'updating' and 'deleted' event. Then used the Storage::disk('local')->delete($file) code.
4 replies
FFilament
Created by Bart - EffectConnect on 8/31/2024 in #❓┊help
Laravel Spark Stripe and Filament - subscriptions per user
Update: I used a custom blade file (subscriptionBanner) for the banner and attached it using a renderHook in the panel provider. It was as simple as that in the end 😅 renderHook('panels::body.start', fn () => view('subscriptionBanner'), )
11 replies
FFilament
Created by Bart - EffectConnect on 9/2/2024 in #❓┊help
Filament default ENUMS missing
Update: all okay now. Seemed that there also were some published filament views which caused troubles now. Deleted them and all is fine. Thanks again 🙏
10 replies
FFilament
Created by Bart - EffectConnect on 9/2/2024 in #❓┊help
Filament default ENUMS missing
Updated PHPstorm and that seems to have fixed it. Still doesn't work in the project when I run it however, so will check some cache stuff for that. Really appreciate the help so far 🙂
10 replies
FFilament
Created by Bart - EffectConnect on 9/2/2024 in #❓┊help
Filament default ENUMS missing
No description
10 replies
FFilament
Created by Bart - EffectConnect on 9/2/2024 in #❓┊help
Filament default ENUMS missing
Guess that's a rookie mistake, sorry about that. Now have the enum files, so that's great. Use statement still cannot find them, although the file is there. Is there a need to vendor publish stuff?
10 replies
FFilament
Created by Bart - EffectConnect on 8/31/2024 in #❓┊help
Laravel Spark Stripe and Filament - subscriptions per user
🙏 will look into it!
11 replies