Lloyd
Lloyd
FFilament
Created by Lloyd on 10/19/2024 in #❓┊help
Tags Ownership - Multiple With Same Name
Hi folks, what would a model look like for the Spaite laravel-tags (https://github.com/spatie/laravel-tags) look like? I would like tags in which the user is the owner, tag names can be duplicated across the application, and tags have a category. Thanks in advance.
2 replies
FFilament
Created by Lloyd on 10/16/2024 in #❓┊help
Creating UUID (PK) in form
Hi folks, I require the UUID (which is the primary-key of my model, id) to be known before the user submits the form, as this will edit another field. Is there a way I can generate this UUID, set it to a TextInput, then use that as the primary ID? Thanks in advance.
6 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
All I've done is add ->registration() to my panel provider 🤔
13 replies
FFilament
Created by Lloyd on 10/1/2024 in #❓┊help
ListView Entries As Widget
No description
4 replies
FFilament
Created by Lloyd on 9/23/2024 in #❓┊help
Modal Form Submission - Exit After Submission
Hey folks, is there a way to ensure that the modal doesn't exit when you press "Submit" on the form? I'm wanting to fetch some content via an API, then display it there. Thanks in advance!
8 replies