Dennis Koch
Dennis Koch
FFilament
Created by victorcamposramirez on 4/25/2025 in #❓┊help
Upload image from table
When clicking is an option you could use a column action and just open a modal with a FileUpload
2 replies
FFilament
Created by RichtheKid on 4/23/2025 in #❓┊help
Email verification doesnt show up
Can you maybe check the network tab in dev tools and show the last requests?
7 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
How do I run Filament's documentation locally to test changes before doing a pull request?
And that one probably wants a filament folder inside the docs folder. Sorry, it's a bit complicated 😅
4 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
How do I run Filament's documentation locally to test changes before doing a pull request?
Ah, you need to clone the filamentphp.com repo for that.
4 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
How do I run Filament's documentation locally to test changes before doing a pull request?
I think npm run dev or npm run preview inside the docs folder should do the trick https://github.com/filamentphp/filamentphp.com/tree/main/docs
4 replies
FFilament
Created by RichtheKid on 4/23/2025 in #❓┊help
Email verification doesnt show up
When do you get shown that JSON? 🤔
7 replies
FFilament
Created by Jamie Cee on 4/24/2025 in #❓┊help
Tailwind setup not entirely working
Also: in which file are you using sm:justify-center?
6 replies
FFilament
Created by Jamie Cee on 4/24/2025 in #❓┊help
Tailwind setup not entirely working
Did you add the theme file to 1) the panel provider 2) the vite file and 3) did you recompile the assets via Vite?
6 replies
FFilament
Created by Jamie Cee on 4/24/2025 in #❓┊help
Tailwind setup not entirely working
What's "the project route"?
6 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
Compared with the Panel builder the single packages don't come with a precompiled CSS file
21 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
Yes, there is no way to use the single packages alongside TW4
21 replies
FFilament
Created by mszabeh on 4/23/2025 in #❓┊help
topNavigation setting for each user
Filament::currentPanel()
5 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
There should be some instructions when you run the make theme command
21 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
I think you can just remove it from Vite and just ->theme() to link your file.
21 replies
FFilament
Created by Citizen on 4/23/2025 in #❓┊help
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
What's the issue with: npx tailwindcss@3 --input ./resources/css/filament/admin/theme.css --output ./public/css/filament/admin/theme.css --config ./resources/css/filament/admin/tailwind.config.js --minify ?
21 replies
FFilament
Created by Helder Lima on 4/23/2025 in #❓┊help
Little help with custom form input
11 replies
FFilament
Created by Helder Lima on 4/23/2025 in #❓┊help
Little help with custom form input
You are not applying the state modifiers here: state: $wire.$entangle('{{ $getStatePath() }}'),
11 replies
FFilament
Created by morty on 4/23/2025 in #❓┊help
Global search query is pulling in trashed models
@Dan Harrin Maybe we should add a note to the docs? Or is there another way around this?
14 replies
FFilament
Created by morty on 4/23/2025 in #❓┊help
Global search query is pulling in trashed models
Then you probably need to adjust readd the scope via the getGlobalSearchEloquentQuery.
14 replies
FFilament
Created by morty on 4/23/2025 in #❓┊help
Global search query is pulling in trashed models
Oh yes. You are right.
14 replies