PHPackages                             lambdadigamma/mm-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. lambdadigamma/mm-pages

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

lambdadigamma/mm-pages
======================

A package providing pages for the Mein Moers platform.

0.1.4(1mo ago)118↓90%MITPHPPHP ^8.2CI passing

Since Dec 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/LambdaDigamma/mm-pages)[ Packagist](https://packagist.org/packages/lambdadigamma/mm-pages)[ Docs](https://github.com/lambdadigamma/mm-pages)[ RSS](/packages/lambdadigamma-mm-pages/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (17)Versions (23)Used By (0)

[![mm-pages](https://camo.githubusercontent.com/95817d15f3bcd3f82eaabd04df9bc0af56213897bb0bdff4e5ceb189df1b90c8/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f6d6d2d70616765732e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6c616d626461646967616d6d612532466d6d2d7061676573267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d412b7061636b6167652b70726f766964696e672b70616765732b666f722b7468652b4d65696e2b4d6f6572732b706c6174666f726d2e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d74656d706c617465)](https://camo.githubusercontent.com/95817d15f3bcd3f82eaabd04df9bc0af56213897bb0bdff4e5ceb189df1b90c8/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f6d6d2d70616765732e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6c616d626461646967616d6d612532466d6d2d7061676573267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d412b7061636b6167652b70726f766964696e672b70616765732b666f722b7468652b4d65696e2b4d6f6572732b706c6174666f726d2e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d74656d706c617465)

A package providing pages for the Mein Moers platform.
======================================================

[](#a-package-providing-pages-for-the-mein-moers-platform)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e7cf261421b0d8ddea6c668f4cab4f03578e818d3064ad1d9ebdd453c737c7c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c616d626461646967616d6d612f6d6d2d70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lambdadigamma/mm-pages)[![GitHub Tests Action Status](https://camo.githubusercontent.com/42517a471ca3c26c947deb160e296ca77e206237c2c1ade3c3033deca7be131b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c616d626461646967616d6d612f6d6d2d70616765732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/lambdadigamma/mm-pages/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/bedf2f063c3dd0c1c5ae86c44df47c0a198be91809f8d808a03101fd81a9f611/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c616d626461646967616d6d612f6d6d2d70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lambdadigamma/mm-pages)

A package providing pages for the Mein Moers platform.

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

[](#installation)

### Compatibility

[](#compatibility)

- Laravel `11.x`, `12.x`, and `13.x`
- PHP `8.2+` for package runtime
- PHP `8.3+` for local development and test tooling

You can install the package via composer:

```
composer require lambdadigamma/mm-pages
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="LambdaDigamma\MMPages\MMPagesServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="LambdaDigamma\MMPages\MMPagesServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
