Augadh
Augadh
FFilament
Created by Augadh on 10/5/2023 in #❓┊help
How to use InfoList repeatable entry to show files with clickable links
I am saving files in the table as json.
[
"dile1.pdf",
"file2.pdf"
]
[
"dile1.pdf",
"file2.pdf"
]
I wish to use Repeater in infolist builder to text columns with clickable links , but as you see there's no pointer in this array
Components\RepeatableEntry::make('uploads')
->schema([
Components\TextEntry::make('uploads.*'),
]),
Components\RepeatableEntry::make('uploads')
->schema([
Components\TextEntry::make('uploads.*'),
]),
'*' ?? What do I do ? Also Simple list entry plugin is also not working Thanks,
3 replies
FFilament
Created by Augadh on 10/3/2023 in #❓┊help
How to use different Model for newly added panel for authentication
So I have usual Admin Panel and user auth setup, and I want to add a new panel (manager) and use a separate Model for authentication, is it possible to implement this in a straight forward manner as I need to do this on multiple projects. Thanks,
4 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
No description
14 replies
FFilament
Created by Augadh on 9/3/2023 in #❓┊help
Possibility to enable wire: navigate across the panel.
Hey, so with livewire 3 , we can add wire:navigate to links to turn our application into an SPA, Is it possible to implement this in Filament to enable this across the panel ? If already possible, how to enable this. Thanks
3 replies