Refactored Filament Livewire components and views. Introduced separate CreateFilament component with route-based navigation. Simplified and cleaned up code by removing legacy modals and unused properties. Updated migrations, table layouts, and styles for consistency.
This commit is contained in:
@@ -16,7 +16,7 @@ return new class extends Migration
|
||||
$table->string('name');
|
||||
$table->string('description');
|
||||
$table->foreignId('manufacturer_id')->constrained('manufacturers');
|
||||
$table->string('temp_max');
|
||||
$table->integer('temp_max');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user