Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Bruno
Posts
Comments
F
Filament
•
Created by Bruno on 10/7/2024 in
#❓┊help
How to add an Action to the table next to the search?
Thank you
7 replies
F
Filament
•
Created by Bruno on 10/7/2024 in
#❓┊help
How to add an Action to the table next to the search?
I'm a beginner but how/where can I use this?
7 replies
F
Filament
•
Created by Bruno on 9/24/2024 in
#❓┊help
How do I render a livewire modal in my createResource????
😦
8 replies
F
Filament
•
Created by Bruno on 9/24/2024 in
#❓┊help
How do I render a livewire modal in my createResource????
My livewire component (modal) uses a filament repeater (manually inserted) and also a camera for reading QrCode, which is why I opted for a modal.
8 replies
F
Filament
•
Created by Bruno on 9/24/2024 in
#❓┊help
How do I render a livewire modal in my createResource????
Sorry, but I can't understand livewire with filament. I don't understand how this works with my modal(livewire component).
8 replies
F
Filament
•
Created by Marcos Ferreira on 9/20/2024 in
#❓┊help
Can i use regex on TextInput::stripCharacters method?
Try this:
TextInput::make('phone')
->label('Número de telefone')
->mask('+55 '.'(99) 99999-9999'),
TextInput::make('phone')
->label('Número de telefone')
->mask('+55 '.'(99) 99999-9999'),
7 replies
F
Filament
•
Created by Bruno on 9/13/2024 in
#❓┊help
Hiding the super_admin role
Options(with RolesEnum) on the select
8 replies
F
Filament
•
Created by Bruno on 9/12/2024 in
#❓┊help
Visible with Select, dynamic inputs
How would I do this?
5 replies
F
Filament
•
Created by Bruno on 9/11/2024 in
#❓┊help
Create and Edit Users Custom input
thanks ❤️
6 replies
F
Filament
•
Created by Bruno on 9/11/2024 in
#❓┊help
Create and Edit Users Custom input
I want the ->required() in the password inputs to not appear when editing. With ->hiddenOn() the input password disappears too, and I don't want that to happen]
6 replies
F
Filament
•
Created by Bruno on 9/9/2024 in
#❓┊help
Adding a button to the footer of the form
Muito obrigado! 😁
4 replies