Download the PHP package afea/filament-blog without Composer
On this page you can find all versions of the php package afea/filament-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-blog
afea/filament-blog
Blog module for the Afea Filament CMS package ecosystem.
Ships:
BlogPost,Category,Tagmodels (SEO + polymorphic forms + media thumbnail via Spatie)- Filament v4 resources for each model
BlogPlugin— register in yourAdminPanelProviderto mount the resources- Public-facing routes registered per the configured routing strategy (slug / resource / localized)
BlogController+ overridable Blade viewsafea:install:blog— Laravel Prompts installer
Installation
Then in your AdminPanelProvider:
Config highlights
Three common scenarios
1. Switch routing strategy without re-installing
Set AFEA_BLOG_ROUTING_STRATEGY=slug in .env and your posts now live at /{slug}. No migrations, no code changes.
2. Override the BlogPost model
3. Use your own Blade theme
Edit resources/views/vendor/afea-blog/show.blade.php freely. Point afea-blog.views.* at your own templates for more control.
All versions of filament-blog with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
filament/spatie-laravel-media-library-plugin Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
spatie/laravel-medialibrary Version ^11.0
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
filament/spatie-laravel-media-library-plugin Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
spatie/laravel-medialibrary Version ^11.0
The package afea/filament-blog contains the following files
Loading the files please wait ...