novius/laravel-filament-news
Filament v4 plugin to manage news posts in Laravel 11+: create posts with categories and tags, attach multiple of each, and browse categories as listing pages. Includes migrations and optional config to customize routes, locales, and resource/model overrides.
PostResource, CategoryResource, or TagResource to add fields (e.g., featured_image, publish_date).Table/Form classes to integrate with design systems (e.g., Tailwind, custom CSS).config/laravel-filament-news.php, reducing merge conflicts in collaborative environments.composer require novius/laravel-filament-news).NewsPlugin in AdminFilamentPanelProvider.php artisan migrate).posts, categories, or tags tables. Mitigation: Use the resources and models config arrays to override defaults or rename tables via custom migrations.resources/views/news/*) or integrate with a frontend framework (e.g., Livewire, Inertia).publish-front command to generate a starter NewsController and routes, but styling/UX requires manual implementation.posts, categories, or tags tables? How will conflicts be resolved (e.g., table renaming, schema overrides)?spatie/laravel-translatable).posts, categories, or tags tables and document conflicts (e.g., naming, schema).composer require novius/laravel-filament-news
php artisan migrate
php artisan vendor:publish --provider="Novius\LaravelFilamentNews\LaravelFilamentNewsServiceProvider" --tag="config"
php artisan vendor:publish --provider="Novius\LaravelFilamentNews\LaravelFilamentNewsServiceProvider" --tag="migrations"
AdminFilamentPanelProvider:
->plugins([
NewsPlugin::make(),
])
config/laravel-filament-news.php if needed.php artisan news-manager:publish-front
resources/views/news/posts/index.blade.php).novius/laravel-meta).novius/laravel-meta).featured_image, author).How can I help you explore Laravel packages today?