Renamed and reorganized Livewire components, namespaces, and views for improved file structure and clarity. Introduced filaments.show and filaments.edit routes. Updated database migrations and navigation routes accordingly. Upgraded dependencies in composer.

This commit is contained in:
2025-12-13 03:10:31 +01:00
parent 85b97ed3b1
commit 7e79d1d034
35 changed files with 1319 additions and 736 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Color extends Model
return $this->hasMany(Filament::class);
}
// Color has many filament types
// Color has many filament type
public function filamentTypes()
{
return $this->hasMany(FilamentType::class);