Commit a513671
refactor: refine shop plugin models, migrations, resources and config
Comprehensive refinement of the shop package including:
- Update all models with proper casts, relationships and table prefixing
- Modernize all migration stubs with consistent naming and structure
- Improve Filament resource forms, infolists and tables
- Add tax rate minimum value validation (must be > 0)
- Center-align orders count column in customer table
- Add AddressObserver, InvoiceRelationManager and OrderRelationManager
- Fix categoriable -> categorizable typo in migration
- Update config with table prefix support
- Fix RecordUserLogin to handle nullable userId
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b816834 commit a513671
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments