PHPackages                             czim/laravel-cms-wiki-module - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. czim/laravel-cms-wiki-module

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

czim/laravel-cms-wiki-module
============================

Laravel CMS: Wiki

1.0.1(8y ago)434PHPPHP &gt;=5.5.9

Since Jun 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/czim/laravel-cms-wiki-module)[ Packagist](https://packagist.org/packages/czim/laravel-cms-wiki-module)[ Docs](https://github.com/czim)[ RSS](/packages/czim-laravel-cms-wiki-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

CMS for Laravel - Wiki Documentation Module
===========================================

[](#cms-for-laravel---wiki-documentation-module)

Simple wiki for the CMS.

This module adds a wiki that may be browsed and maintained by CMS users.

Its recommended use is to provide in-application documentation about the CMS. For example: editors can browse the wiki to read about custom CMS functionality; administrators can maintain the wiki contents.

To be used to with the [Laravel CMS Core](https://github.com/czim/laravel-cms-core).

This package is compatible and tested with Laravel 5.3 and 5.4.

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

[](#installation)

Add the module class to your `cms-modules.php` configuration file:

```
    'modules' => [
        // ...
        Czim\CmsWikiModule\Modules\WikiModule::class,
    ],
```

Add the service provider to your `cms-modules.php` configuration file:

```
    'providers' => [
        // ...
        Czim\CmsWikiModule\Providers\CmsWikiModuleServiceProvider::class,
        // ...
    ],
```

To publish the config and migration:

```
php artisan vendor:publish
```

Run the CMS migration:

```
php artisan cms:migrate
```

Usage
-----

[](#usage)

The wiki will automatically be present in your menu, with a link to the home page.

### Security

[](#security)

As with any module, only authenticated CMS users can access its routes.

Additionally a non-admin user must have the following permissions:

Permission keyDescriptionwiki.page.createCreate new wiki pageswiki.page.editEdit existing wiki pageswiki.page.deleteDelete wiki pagesOr simply set `wiki.page.*` for all of the above.

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

[](#contributing)

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

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

3243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1657b09521b6030fe32d864a493ded8b1dbbdf737ef3772135dfc123cea34767?d=identicon)[czim](/maintainers/czim)

---

Tags

cmsdocumentationlaravellive-previewmarkdownwikilaraveldocumentationcmsmodulewiki

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/czim-laravel-cms-wiki-module/health.svg)

```
[![Health](https://phpackages.com/badges/czim-laravel-cms-wiki-module/health.svg)](https://phpackages.com/packages/czim-laravel-cms-wiki-module)
```

###  Alternatives

[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[illuminated/wikipedia-grabber

Wikipedia/MediaWiki Grabber for Laravel.

477.3k](/packages/illuminated-wikipedia-grabber)[grazulex/laravel-atlas

Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Mermaid, Markdown, JSON, or PDF.

161.7k](/packages/grazulex-laravel-atlas)

PHPackages © 2026

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