yugo/panelis-blog

Manage blog posts, categories, tags, and editorial content.

Maintainers

Package info

github.com/yugo412/panelis-blog

pkg:composer/yugo/panelis-blog

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-25 02:39 UTC

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).