yugo / panelis-page
Manage static pages and informational content such as about, terms, privacy policy, and other public-facing pages.
v1.0.0
2026-06-24 14:13 UTC
Requires
- filament/filament: ^5.0
- laravel/framework: ^13.0
Requires (Dev)
- laravel/pint: ^1.29
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).