Mahmoud9799
Mahmoud9799
FFilament
Created by Mahmoud9799 on 3/6/2024 in #❓┊help
Dispatching a livewire event from a filament action when submit
any updates
8 replies
FFilament
Created by Mahmoud9799 on 3/11/2024 in #❓┊help
Call to undefined method Filament\Notifications\DatabaseNotification::toArray()
I also figured out that this problem wasn't present on filament v3.2.35
4 replies
FFilament
Created by Mahmoud9799 on 3/11/2024 in #❓┊help
Call to undefined method Filament\Notifications\DatabaseNotification::toArray()
here is the code
4 replies
FFilament
Created by charleswilfriedk on 3/11/2024 in #❓┊help
cluster navigation doesn't show on view page
Try this on every page you want the navigation shown
public function getSubNavigation(): array
{
if (filled($cluster = static::getCluster())) {
return $this->generateNavigationItems($cluster::getClusteredComponents());
}

return [];
}
public function getSubNavigation(): array
{
if (filled($cluster = static::getCluster())) {
return $this->generateNavigationItems($cluster::getClusteredComponents());
}

return [];
}
3 replies
FFilament
Created by Mahmoud9799 on 3/11/2024 in #❓┊help
Call to undefined method Filament\Notifications\DatabaseNotification::toArray()
I tested on a fresh installation and the error isn't there and it works normally so I deleted the vendor directory and the .lock file and then ran composer update but still no luck I get the same error
4 replies
FFilament
Created by Mahmoud9799 on 3/6/2024 in #❓┊help
Dispatching a livewire event from a filament action when submit
yes a custom page
8 replies
FFilament
Created by Mahmoud9799 on 3/6/2024 in #❓┊help
Dispatching a livewire event from a filament action when submit
any updates?
8 replies