Implement Product and ProductCategory Resources: Created new Filament resources for managing products and product categories, including pages for listing, creating, and editing. Added schemas for forms and tables, integrated translation support, and established relationships between products and categories. Enhanced the navigation structure to include product and service links in the frontend menu, improving overall site organization and user experience.

This commit is contained in:
Ümit Tunç
2025-12-30 22:16:45 +03:00
parent a5a3248c69
commit a85e6eebe0
33 changed files with 1919 additions and 549 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class TemplateService
'url' => TextInput::make("{$dataKey}.{$placeholder}")
->label($label)
->url()
// ->url() // Allow #, mailto, tel, relative paths
->maxLength(500),
'tel' => TextInput::make("{$dataKey}.{$placeholder}")