layer-chicken/app
2026-02-19 14:13:23 +07:00
..
Enums refactor: Remove FeedStatus enum and its references from FeedResource, Feed model, and migration 2026-02-17 19:40:31 +07:00
Filament refactor: replace direct created_at column definitions with TimestampColumns component in several tables. 2026-02-19 13:18:13 +07:00
Http/Controllers initial commit 2025-12-27 17:08:11 +07:00
MediaLibrary feat: Implement Spatie Media Library for Feed model with custom path generation and Filament integration. 2026-02-13 15:46:27 +07:00
Models 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
Observers 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
Providers Remove AccountWidget and FilamentInfoWidget from the Filament admin panel. 2026-02-19 11:55:47 +07:00
Traits/Enum feat: Introduce user roles with RoleEnum, update user table schema for username and soft deletes, and refactor user seeding. 2026-02-07 15:35:09 +07:00