PHPackages                             furkangm/filament-page-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. furkangm/filament-page-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

furkangm/filament-page-manager
==============================

Filament page manager

v1.0.1(3y ago)141.2k1[2 PRs](https://github.com/FurkanGM/filament-page-manager/pulls)MITPHPPHP ^8.0

Since Dec 23Pushed 2y ago2 watchersCompare

[ Source](https://github.com/FurkanGM/filament-page-manager)[ Packagist](https://packagist.org/packages/furkangm/filament-page-manager)[ Docs](https://github.com/furkangm/filament-page-manager)[ GitHub Sponsors](https://github.com/FurkanGM)[ RSS](/packages/furkangm-filament-page-manager/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (16)Versions (5)Used By (0)

Filament page manager
=====================

[](#filament-page-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2a81f270e1cb6caa567bb8a70e81619f3b5b79482ee37e5669d8d4f44f8ed088/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6675726b616e676d2f66696c616d656e742d706167652d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/furkangm/filament-page-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5d5115d32e3a8e828e18ece6bc27925839ae6cde90b150af6251b1fd56c769ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6675726b616e676d2f66696c616d656e742d706167652d6d616e616765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/furkangm/filament-page-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/500f4567662bfa03444948e2d53a6597656d3c82b258936d737b1f86625fd616/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6675726b616e676d2f66696c616d656e742d706167652d6d616e616765722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/furkangm/filament-page-manager/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ae102fc2208ecac9722a87d32a6722c60ca0d4d213bf74e34c19a008f415b0cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6675726b616e676d2f66696c616d656e742d706167652d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/furkangm/filament-page-manager)

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

[](#installation)

You can install the package via composer:

```
composer require furkangm/filament-page-manager
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-page-manager-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-page-manager-config"
```

Usage
-----

[](#usage)

First create page template with make command

```
php artisan make:page-template {name?}
```

Also you can create manually page template with extend `\FurkanGM\FilamentPageManager\Templates\PageTemplate` class

```
class ExampleTemplate extends \FurkanGM\FilamentPageManager\Templates\PageTemplate
{
    // ....
}
```

After creating page, you should register page template in config file.

```
'templates' => [
    // ...
    CreatedPageTemplate::class
]
```

If you want register templates without config file, you can use `FilamentPageManager` facade.

```
app(\FurkanGM\FilamentPageManager\FilamentPageManager::class)->setPageTemplates([
    // templates...
]);
```

Customization
-------------

[](#customization)

You can extend `Page` model and `PageResource` resource.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Furkan Gezek](https://github.com/FurkanGM)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~93 days

Total

2

Last Release

1197d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17505335?v=4)[Furkan Gezek](/maintainers/FurkanGM)[@FurkanGM](https://github.com/FurkanGM)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![FurkanGM](https://avatars.githubusercontent.com/u/17505335?v=4)](https://github.com/FurkanGM "FurkanGM (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelfilament-page-managerFurkanGM

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/furkangm-filament-page-manager/health.svg)

```
[![Health](https://phpackages.com/badges/furkangm-filament-page-manager/health.svg)](https://phpackages.com/packages/furkangm-filament-page-manager)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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