layer-chicken/app/Models
2026-02-24 13:41:04 +07:00
..
Chicken.php feat: Implement ChickenObserver to clear active chickens cache on model changes and register it with the Chicken model. 2026-02-19 14:13:23 +07:00
Customer.php feat: Implement Customer management with resource, pages, model, and migration for customer data handling 2026-02-18 22:41:49 +07:00
DelayedGood.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
EggCollection.php feat: Implement EggCollection management with resource, pages, and models for egg production tracking 2026-02-18 22:26:04 +07:00
EggCollectionItem.php feat: Implement EggCollection management with resource, pages, and models for egg production tracking 2026-02-18 22:26:04 +07:00
EggPrice.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
Expense.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
Feed.php refactor: Cache feed data for purchase form and observe Feed model changes 2026-02-17 21:06:38 +07:00
FeedPurchase.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
FeedPurchaseItem.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
Order.php refactor: update model casts to use method syntax across multiple models. 2026-02-19 11:09:08 +07:00
Unit.php refactor: Add HasFactory trait to Chicken, Feed, FeedPurchase, and Unit models for improved factory support 2026-02-17 20:29:50 +07:00
User.php feat: Implement authorization for various models and widgets by creating policies, updating the Shield seeder, and adding widget shields. 2026-02-24 13:41:04 +07:00