yugo / panelis-blog
Manage blog posts, categories, tags, and editorial content.
v1.0.1
2026-06-25 02:39 UTC
Requires
- filament/filament: ^5.0
- laravel/framework: ^13.0
Requires (Dev)
- laravel/pint: ^1.29
This package is auto-updated.
Last update: 2026-06-25 02:39:55 UTC
README
Manage blog articles directly from the Panelis admin panel.
Features
- Article management
- Draft and published articles
- Rich text editor
- Featured image support
- Slug generation
- Automatic Panelis plugin discovery
Requirements
- PHP 8.3+
- Laravel 13+
- Filament 5+
Installation
Install the package via Composer:
composer require yugo/panelis-blog
Run migrations:
php artisan migrate
Usage
After installation, a Blog menu will be available in the Panelis admin panel.
The Blog module provides a simple way to create and manage articles without requiring additional configuration.
Available fields include:
- Title
- Slug
- Content
- Featured image
- Publication status
Articles can be saved as drafts or published when ready.
License
The MIT License (MIT).