PHPackages                             ryanwinchester/kwiki-laravel - 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. ryanwinchester/kwiki-laravel

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

ryanwinchester/kwiki-laravel
============================

Quick wiki or blog with markdown files for laravel

451PHP

Since Sep 30Pushed 10y ago3 watchersCompare

[ Source](https://github.com/ryanwinchester/kwiki-laravel)[ Packagist](https://packagist.org/packages/ryanwinchester/kwiki-laravel)[ RSS](/packages/ryanwinchester-kwiki-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kwiki - Laravel Package
=======================

[](#kwiki---laravel-package)

WORK IN PROGRESS, DO NOT USE RIGHT NOW
--------------------------------------

[](#work-in-progress-do-not-use-right-now)

[![Version](https://camo.githubusercontent.com/3938b011ecf1801338376fc61c70f9a38e60a3a3726b0fff930e727375167b0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7279616e77696e636865737465722f6b77696b692d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryanwinchester/kwiki-laravel)[![Total Downloads](https://camo.githubusercontent.com/d7717f41c56a7b966bd7974ebd0bbc966e255d5f2e8564f5d1ac87970b561b19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7279616e77696e636865737465722f6b77696b692d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryanwinchester/kwiki-laravel)[![License](https://camo.githubusercontent.com/9a1ad771a27210b3d833f7eb9cb6058d80a4a6025a6a160a62f841a8363fad51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7279616e77696e636865737465722f6b77696b692d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryanwinchester/kwiki-laravel)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5b4581eb194319b315fe25e83af8ada1e6d1d9a9ef0ba4ec21281955c8195529/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7279616e77696e636865737465722f6b77696b692d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ryanwinchester/kwiki/?branch=master)[![Build Status](https://camo.githubusercontent.com/4c3975dd63a95822f5fdde9e6f41cc8642498271269aad902c035dd60ea031e7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7279616e77696e636865737465722f6b77696b692d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ryanwinchester/kwiki-laravel)

markdown wiki/blog
------------------

[](#markdown-wikiblog)

Usage
-----

[](#usage)

Place your markdown files in the `/kwiki` directory.

Categories are directories and subcategories are subdirectories.

If you place an `index.md` in a category or subcategory directory, it will be parsed and displayed after the list of subcategories and files.

The views are blade templates and located at `resources/views/vendor/kwiki` and the master layout template is `resources/views/vendor/kwiki/master.blade.php`

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

[](#installation)

Using composer:

```
composer require "ryanwinchester/kwiki: ^0.1"
```

Publishing config and other assets
----------------------------------

[](#publishing-config-and-other-assets)

There is a good chance you wil want to override some default things. If that is the case there are a couple of way you can go about it. First, you could publish *all the things*:

```
php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --force
```

Or you could publish things individually:

Config:

```
php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="config" --force
```

Views:

```
php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="views" --force
```

Public assets:

```
php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="public" --force
```

Translations:

```
php artisan vendor:publish --provider="Kwiki\KwikiServiceProvider" --tag="translations" --force
```

Powered by
----------

[](#powered-by)

- [Laravel](https://github.com/laravel/framework) - Laravel framework
- [Pagemark](https://github.com/ryanwinchester/pagemark) - A package I wrote that basically does all the work
- [Parsedown](https://github.com/erusev/parsedown) - A popular markdown parser, and this project's default

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/f839bc1a48d9699534fdfd618ad477afe371e9ce70c76885a5cb851895ab7289?d=identicon)[ryanwinchester](/maintainers/ryanwinchester)

---

Top Contributors

[![ryanwinchester](https://avatars.githubusercontent.com/u/2897340?v=4)](https://github.com/ryanwinchester "ryanwinchester (3 commits)")

### Embed Badge

![Health badge](/badges/ryanwinchester-kwiki-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/ryanwinchester-kwiki-laravel/health.svg)](https://phpackages.com/packages/ryanwinchester-kwiki-laravel)
```

###  Alternatives

[terminal42/contao-node

Node bundle for Contao Open Source CMS

3177.0k6](/packages/terminal42-contao-node)

PHPackages © 2026

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