Filament Tree is a plugin for Filament Admin that creates a model management page with a heritage tree structure view. This plugin can be used to create menus and more.
When using $guarded = ['id'] instead of $fillable, there is no need to add attributes to the $fillable array. This resolves issues I encountered while using $guarded = ['id'] on my model.
When using $guarded = ['id'] instead of $fillable, there is no need to add attributes to the $fillable array. This resolves issues I encountered while using $guarded = ['id'] on my model.