yugo/panelis-message

There is no license information available for the latest version (v1.0.0) of this package.

Manage system messages, notifications, and user communications.

Maintainers

Package info

github.com/yugo412/panelis-message

pkg:composer/yugo/panelis-message

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-24 13:59 UTC

This package is auto-updated.

Last update: 2026-06-24 14:09:20 UTC


README

Manage contact messages directly from the Panelis admin panel.

Features

  • Contact message management
  • Read and unread status
  • Message replies
  • Spam management
  • Message archive
  • Automatic Panelis plugin discovery

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Filament 5+

Installation

Install the package via Composer:

composer require yugo/panelis-message

Run migrations:

php artisan migrate

Usage

After installation, a Messages menu will be available in the Panelis admin panel.

The Message module provides a simple inbox for managing messages submitted from contact forms or other communication channels.

Available actions include:

  • View messages
  • Mark messages as read
  • Mark messages as spam
  • Archive messages
  • Reply to messages

Typical message information includes:

  • Name
  • Email address
  • Subject
  • Message content
  • Submission date

Integration

The Message module can be integrated with contact forms, support requests, and other message submission workflows.

License

The MIT License (MIT).