LJ
LJ
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
Problem 1
- Root composer.json requires filament/minimal-theme ^3.1 -> satisfiable by filament/minimal-theme[3.1.0, 3.1.1, 3.1.2, 3.2.0].
- Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].
- filament/minimal-theme[3.1.0, ..., 3.1.1] require illuminate/support ^10.0|^11.0 -> satisfiable by illuminate/support[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
- Conclusion: don't install laravel/framework v12.0.1 (conflict analysis result)
- Conclusion: don't install filament/minimal-theme 3.2.0 (conflict analysis result)
- Only one of these can be installed: illuminate/support[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- Only one of these can be installed: spatie/once[3.1.0, 3.1.1], illuminate/support[v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. [illuminate/support, laravel/framework] replace spatie/once and thus cannot coexist with it.
Problem 1
- Root composer.json requires filament/minimal-theme ^3.1 -> satisfiable by filament/minimal-theme[3.1.0, 3.1.1, 3.1.2, 3.2.0].
- Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].
- filament/minimal-theme[3.1.0, ..., 3.1.1] require illuminate/support ^10.0|^11.0 -> satisfiable by illuminate/support[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
- Conclusion: don't install laravel/framework v12.0.1 (conflict analysis result)
- Conclusion: don't install filament/minimal-theme 3.2.0 (conflict analysis result)
- Only one of these can be installed: illuminate/support[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- Only one of these can be installed: spatie/once[3.1.0, 3.1.1], illuminate/support[v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. [illuminate/support, laravel/framework] replace spatie/once and thus cannot coexist with it.
The theme seems to have a require for illuminate/support 10|11, but Laravel 12 uses v12 of it;
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
No description
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
It does not want to accept my email from my 'work' email nor gmail;
46 replies
FFilament
Created by ericmp on 2/24/2025 in #❓┊help
Can't install Filament on Laravel 12 fresh app
Any word on Minimal Theme getting v12 compatibility? 🙈 It was throwing composer errors for me too on upgrade
46 replies
FFilament
Created by LJ on 11/9/2024 in #❓┊help
FileUpload does not fully initialise in collapsed Form Repeater/Builder on edit
Bump in case anyone has any thoughts?
3 replies
FFilament
Created by LJ on 11/9/2024 in #❓┊help
FileUpload does not fully initialise in collapsed Form Repeater/Builder on edit
No description
3 replies
FFilament
Created by TNDJXD on 3/26/2024 in #❓┊help
How to collapse section on button click
Bit late to the party, but the section has x-on:collapse-section.window so you just need to give section an ID (in my use case I settled on the ID of the record being edited) and dispatch livewire event ->dispatch('collapse-section', ['id' => $record->id])
4 replies
FFilament
Created by Clay Bitner on 1/17/2024 in #❓┊help
Adding a search to Tenant Menu
@Clay Bitner any chance you can share that bit of code? Would save me some time 😄
5 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
Ah, I see I mistyped originally - it's not modifyQueryString but modifyQueryUsing
14 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
in there you can also pass Action $action and do $action->getOptions()
14 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
Yes https://filamentphp.com/docs/3.x/actions/prebuilt-actions/export#modifying-the-export-query
ExportAction::make()
->exporter(ProductExporter::class)
->modifyQueryUsing(fn (Builder $query) => $query->where('is_active', true))
ExportAction::make()
->exporter(ProductExporter::class)
->modifyQueryUsing(fn (Builder $query) => $query->where('is_active', true))
14 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
$action->getOptions() does the trick for me in modifyQueryString
14 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Sorted after some more digging - I had a burried custom directive in my JS files which messed with x-tooltip
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Just ended up publishing vendor files and changing
<div
@if (filled($tooltip))
x-data="{}"
x-tooltip="{
content: @js($tooltip),
theme: $store.theme,
}"
@endif
{{ $attributes->class(['fi-ta-col-wrp']) }}
>
<div
@if (filled($tooltip))
x-data="{}"
x-tooltip="{
content: @js($tooltip),
theme: $store.theme,
}"
@endif
{{ $attributes->class(['fi-ta-col-wrp']) }}
>
to
<div
@if (filled($tooltip))
x-data="{}"
x-tooltip="{{$tooltip}}"
@endif
{{ $attributes->class(['fi-ta-col-wrp']) }}
>
<div
@if (filled($tooltip))
x-data="{}"
x-tooltip="{{$tooltip}}"
@endif
{{ $attributes->class(['fi-ta-col-wrp']) }}
>
in filament-tables/components/columns/column.blade.php Will do the trick for now till there's a solution/fix
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Only got tables and notifications installed from the filament toolkit
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Yes, php artisan filament:upgrade supposedly does it; I also did it manually.
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Already did everything I can figure
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
Yes
18 replies
FFilament
Created by LJ on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
No description
18 replies
FFilament
Created by LJ on 6/20/2023 in #❓┊help
Pass data to widget
Np. I eventually opted for events as I needed reactivity
7 replies