yugo/panelis-page

Manage static pages and informational content such as about, terms, privacy policy, and other public-facing pages.

Maintainers

Package info

github.com/yugo412/panelis-page

pkg:composer/yugo/panelis-page

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-06-24 14:15:14 UTC


README

Manage static pages directly from the Panelis admin panel.

Features

  • Static page management
  • Draft and published pages
  • Rich text editor
  • Slug generation
  • Automatic Panelis plugin discovery

Requirements

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

Installation

Install the package via Composer:

composer require yugo/panelis-page

Run migrations:

php artisan migrate

Usage

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

The Page module provides a simple way to create and manage static pages for your application.

Common use cases include:

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service
  • Help Center
  • Custom landing pages

Available fields include:

  • Title
  • Slug
  • Content
  • Publication status

Pages can be saved as drafts or published when ready.

License

The MIT License (MIT).