layer-chicken/app
2026-02-24 14:13:33 +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 feat: add CustomProfile page for user profile editing with validation and password management 2026-02-24 13:56:45 +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 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
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
Policies 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
Providers feat: update permissions and navigation group names for consistency in ShieldSeeder and AdminPanelProvider 2026-02-24 14:13:33 +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