Melchior
Melchior
FFilament
Created by Pan on 2/20/2024 in #❓┊help
Images & Barcode not working when web hosted (Hostinger)
You can check your browser console for CSP violations, APP_URL needs to be set correctly or CORS headers need to be adjusted maybe
16 replies
FFilament
Created by Pan on 2/20/2024 in #❓┊help
Images & Barcode not working when web hosted (Hostinger)
ran the following commands? npm run build php artisan storage:link
16 replies
FFilament
Created by kriss on 2/19/2024 in #❓┊help
Error when uploading an image from Dalle with ->image()
I often encounter this as well, I have yet to find the actual issue but I usually use the acceptedFileTypes method with concrete values like png ,jpg,jpeg
3 replies
FFilament
Created by DianaMujoiu on 2/19/2024 in #❓┊help
Custom style for component
4 replies
FFilament
Created by DianaMujoiu on 2/19/2024 in #❓┊help
Custom style for component
Use the default button:
4 replies
FFilament
Created by SirAlyon on 2/16/2024 in #❓┊help
Trouble with Relation Manager for Many-to-Many Relationship
Checked the global scopes? Checked policies? You can try to get the query on the table and dd-ing it to see if it matches your expectations
7 replies
FFilament
Created by shashika on 2/16/2024 in #❓┊help
How to override filament default form data store method
Dont override the constructor, or call the parent constructor
14 replies
FFilament
Created by Melchior on 2/12/2024 in #❓┊help
cluster
Bump
5 replies
FFilament
Created by Melchior on 2/12/2024 in #❓┊help
cluster
another way i can see would be to use a split layout with 2 sections, one containing actions, and then swapping the view using the actions, but it feels rather work-aroundish
5 replies
FFilament
Created by Deezy on 2/11/2024 in #❓┊help
Getting Started with Filament
A solid basis of Livewire definetly helps
8 replies
FFilament
Created by Melchior on 2/12/2024 in #❓┊help
cluster
So just to be clear, a sub nav would be just fine too! I just want the on-page navigation because my profile contains rather much fields and I want to have a logical distinction between them. Using subnavigation through the HasSubnavigation trait seems to do the trick front-end wise, but then when I want to load another page's content it is a hard redirect instead of just loading the form of that page. For the record this is about plain pages (the profile/EditProfile) and not resources
5 replies