CasBizz
CasBizz
FFilament
Created by CasBizz on 6/24/2024 in #❓┊help
How can i keep this player running also when switch panels?
Do the panels use the same layout page, then it would be possible
7 replies
FFilament
Created by CasBizz on 6/24/2024 in #❓┊help
How can i keep this player running also when switch panels?
But that doesnot work across different panels (i didn't get that to work, because the player should be outside livewire, but no idea where to place it), And no need in a panel , because you can use spa inside one panel as far as i know. 😚
7 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
So does this also work with filters and other stuff
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
But filament is so nice to have
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
Took me so much time and it is something so simple again hahaha
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
LOL
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
Just like i use with the forms. But i think i missing the clue
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
public static function table(Table $table): Table { return $table ->columns([ AggrekoLogTable::getAggrekoLogTableColumns()
19 replies
FFilament
Created by CasBizz on 5/30/2023 in #❓┊help
Table column repetition
So this wouldn't work: class AggrekoLogTable { public static function getAggrekoLogTableColumns(): array { return [ TextColumn::make('aggrekoEquipment.aggrekoEquipmentTypeSpec.title') ->label('Type'), // ->searchable(), // ->sortable(),
19 replies
FFilament
Created by gustavo.dev on 5/30/2023 in #❓┊help
sort record in a table
or with created_at
5 replies
FFilament
Created by gustavo.dev on 5/30/2023 in #❓┊help
sort record in a table
Default sort: ->defaultSort('updated_at', 'desc') ->filters([
5 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
🙂
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
In composer is set the minimal version for filament/filament to ^2.17.43 then run composer update and then i have no errors. Weird or not?
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
But as you see it is downgrading. But i still have no idea whats causing the error
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
casbizz@CasBizzHelios:~/web/toolsfortechs_online$ composer update --dry-run Loading composer repositories with package
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
if i go back to the origanl composer and install i aam back to a working version. If i then run update dry i get no errors:
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
dry run gives Problem 1 - Root composer.json requires filament/filament ^2.17.43, found filament/filament[v2.17.43] but the package is fixed to v2.17.33 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
23 replies
FFilament
Created by CasBizz on 5/25/2023 in #❓┊help
Composer update downgrades filamentphp
With composer why i didn't find anything.
23 replies