simedkom/app/Filament
Yoga Pangestu 2c5b057958 feat(news): implement news resource with CRUD functionality
- Created NewsResource for managing news entries.
- Added pages for creating, editing, and listing news.
- Defined NewsForm schema for news entry forms.
- Configured NewsTable for displaying news records with actions.
- Implemented News model with relationships and soft deletes.
- Added factories for generating test data for news and tags.
- Created migrations for news and tags tables.
2025-12-12 09:48:34 +07:00
..
Actions refactor(action): move bulk action to class and used it in module and adjust emptyStateDescription 2025-12-05 09:21:24 +07:00
Columns feat(table): move timestamp column to Columns Folder and adjust in module 2025-12-05 09:02:43 +07:00
Pages fix(register): change max length username 2025-12-05 09:25:15 +07:00
Resources feat(news): implement news resource with CRUD functionality 2025-12-12 09:48:34 +07:00