PHPackages                             ardirizqiansyah/filament-landing-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ardirizqiansyah/filament-landing-cms

ActiveLibrary

ardirizqiansyah/filament-landing-cms
====================================

Filament Landing Page CMS Plugin

10PHP

Since Apr 7Pushed 1mo agoCompare

[ Source](https://github.com/ArdiRizqiansyah/filament-landing-cms)[ Packagist](https://packagist.org/packages/ardirizqiansyah/filament-landing-cms)[ RSS](/packages/ardirizqiansyah-filament-landing-cms/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Filament Landing Page CMS Plugin
================================

[](#filament-landing-page-cms-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/77c7c47439db3dbdf37c466999d5561f8c4f3454bf0eeab7e6035e1cc3f87919/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6172646972697a7169616e737961682f66696c616d656e742d6c616e64696e672d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ardirizqiansyah/filament-landing-cms)[![Total Downloads](https://camo.githubusercontent.com/4877e61afa15e08bffad4c287c72ec4745d376df0bebccc9119a303406ea1f5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6172646972697a7169616e737961682f66696c616d656e742d6c616e64696e672d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ardirizqiansyah/filament-landing-cms)

A comprehensive Filament plugin to manage common landing page components including FAQs, client testimonials, articles/blog posts, and visitor messages (Inbox).

Features
--------

[](#features)

- **FAQ Management**: Easily manage frequently asked questions and answers.
- **Client Testimonials**: Manage client feedback with support for photo uploads via Spatie Media Library.
- **Article/Blog CMS**:
    - Full-width responsive layout.
    - Automatic slug generation.
    - Rich Text Editor (RichEditor) support.
    - Sidebar layout for cover images and publication status.
- **Inbox / Contact Messages**:
    - Secure, read-only interface for incoming visitor messages.
    - Quick "Mark as Read" toggle from the list view.
    - Delete functionality for spam management.
- **Full Width Support**: Optimized for large screens and laptop displays.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 11+
- Filament v3/v5
- Spatie Laravel Media Library

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ardirizqiansyah/filament-landing-cms
```

Run the migrations to create the necessary tables:

```
php artisan migrate
```

Usage
-----

[](#usage)

### Registering Resources

[](#registering-resources)

Register the resources in your Filament Panel Provider (usually `AdminPanelProvider.php`):

```
use ardi\LandingCms\Filament\Resources\FaqResource;
use ardi\LandingCms\Filament\Resources\TestimonialResource;
use ardi\LandingCms\Filament\Resources\ArticleResource;
use ardi\LandingCms\Filament\Resources\InboxMessageResource;

public function panel(Panel $panel): Panel
{
    return $panel
        ->resources([
            FaqResource::class,
            TestimonialResource::class,
            ArticleResource::class,
            InboxMessageResource::class,
        ]);
}
```

### Media Library Setup

[](#media-library-setup)

Ensure your model and the package models are correctly configured for Spatie Media Library. The package handles collection registrations for `testimonials` and `articles` automatically.

Security
--------

[](#security)

If you discover any security-related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ardi Rizqiansyah](https://github.com/ArdiRizqiansyah)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance61

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/54e64ea1828d3497df92ce7a0c9187968c44754e1a53854c853d10ab5cc11e8f?d=identicon)[ArdiRizqiansyah](/maintainers/ArdiRizqiansyah)

---

Top Contributors

[![ArdiRizqiansyah](https://avatars.githubusercontent.com/u/89824873?v=4)](https://github.com/ArdiRizqiansyah "ArdiRizqiansyah (1 commits)")

### Embed Badge

![Health badge](/badges/ardirizqiansyah-filament-landing-cms/health.svg)

```
[![Health](https://phpackages.com/badges/ardirizqiansyah-filament-landing-cms/health.svg)](https://phpackages.com/packages/ardirizqiansyah-filament-landing-cms)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
