PHPackages                             beier/filament-pages - 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. beier/filament-pages

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

beier/filament-pages
====================

Highly opinionated Pages for filament

v0.2.0(3y ago)513.1k↓50%11[1 issues](https://github.com/PascaleBeier/filament-pages/issues)[1 PRs](https://github.com/PascaleBeier/filament-pages/pulls)MITPHPPHP ^8.1

Since Nov 12Pushed 2y ago5 watchersCompare

[ Source](https://github.com/PascaleBeier/filament-pages)[ Packagist](https://packagist.org/packages/beier/filament-pages)[ Docs](https://github.com/pascalebeier/filament-pages)[ GitHub Sponsors](https://github.com/PascaleBeier)[ RSS](/packages/beier-filament-pages/feed)WikiDiscussions main Synced 1mo ago

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

[![Screenshot](./.github/assets/screenshot-1.jpg)](./.github/assets/screenshot-1.jpg)

beier/filament-pages
====================

[](#beierfilament-pages)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3097ddf2b7f00090098b7671ed67404b0bf9aa1c51628e6f06bc849ce8e51395/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62656965722f66696c616d656e742d70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beier/filament-pages)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f065023c7c945b653fff99ed1c677d683f264aebe010990ca2defd315e7d4dce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f70617363616c6562656965722f66696c616d656e742d70616765732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/beier/filament-pages/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4132f76cdbdc9ca223f5b6ef273dfb40ffe66b682242255b171218dbf4b169cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62656965722f66696c616d656e742d70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beier/filament-pages)

A starting point to create a Page Resource and front routing with filament. It is the result of packaging our Page CMS functionality.

> This package does not register any routes, as page routing always depends on your project. This is meant to be providing you a quickstart in creating a dynamic page module.

Demo
----

[](#demo)

[![Demo](./.github/assets/demo.gif)](./.github/assets/demo.gif)

Screenshots
-----------

[](#screenshots)

[![Screenshot of list view](./.github/assets/screenshot-1.jpg)](./.github/assets/screenshot-1.jpg)[![Screenshot of resource view](./.github/assets/screenshot-2.jpg)](./.github/assets/screenshot-2.jpg)

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

[](#installation)

You can install the package via composer:

```
composer require beier/filament-pages
```

You can run the installation command with:

```
php artisan filament-pages:install
```

This is the contents of the published config file:

```
