Closed daab closed 1 year ago
@daab upgrade to latest filament
Filament\Support\Colors\Color; does not have the method all()
public function getThemeColor(): array
{
return Arr::except(Color::all(), ['gray', 'zinc', 'neutral', 'stone']);
}
I upgraded to the latest version of Filament.
What's your filament version number?
I made a new installation of Laravel with filament and it worked fine without error. In the project we are developing it gives the error. Keep investigating. Mysteries give me life. Thanks for your support.
Mingo.
What happened?
Method all() no exist in filament 3.0-stable
How to reproduce the bug
Install and run
Package Version
3.x
Filament Version
3.x
PHP Version
8.2
Laravel Version
10.28.0
Notes
Error