PHPackages                             mrjuliuss/lecter - 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. mrjuliuss/lecter

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

mrjuliuss/lecter
================

Lecter, a flat file wiki built with Laravel 5

v0.1.2(11y ago)8138[1 issues](https://github.com/MrJuliuss/lecter/issues)MITPHPPHP &gt;=5.5

Since Mar 29Pushed 10y ago3 watchersCompare

[ Source](https://github.com/MrJuliuss/lecter)[ Packagist](https://packagist.org/packages/mrjuliuss/lecter)[ RSS](/packages/mrjuliuss-lecter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Lecter
======

[](#lecter)

A flat file wiki built with Laravel 5 and Bootstrap 3.

[![](https://raw.githubusercontent.com/MrJuliuss/lecter/master/screenshot.png)](https://raw.githubusercontent.com/MrJuliuss/lecter/master/screenshot.png)

Install
-------

[](#install)

PHP 5.5+ and Composer are required.

To get the latest version on Lecter, add the follow line to the require block of your composer.json file :

`"mrjuliuss/lecter": "0.1.*"`

Launch `composer install` or `composer update`.

Open your `config/app.php` and add the following to the `providers` key :

`'MrJuliuss\Lecter\LecterServiceProvider'`

Open your `app/Http/Kernel.php` and add the following to the `$routeMiddleware` array :

`'lecter.guest' => 'MrJuliuss\Lecter\Http\Middleware\RedirectIfAuthenticated'`

Publish package vendor :

`php artisan vendor:publish`

Go to your app url.

Config
------

[](#config)

Lecter has 2 modes:

- Public mode:

Everybody can see the wiki, and you need to modify directly the markdown files. In `config/lecter.php` set the `private` key to `false`.

- Private mode:

Lecter can be a light private wiki build with the basic Laravel 5 authentication system.

Just run `php artisan migrate` to add the basic users table in your databases if doesn't exists. (If you did a `php artisan fresh` before, the migration will not exists)

In `config/lecter.php` set the `private` key to `true`.

#### App name :

[](#app-name-)

In `config/lecter.php` change `app_name` key to set the app name.

#### Lecter location :

[](#lecter-location-)

Lecter is by default available to `http://your.app`. To change the location of lecter, set the `uri`.

Example : with `uri` setted to `mywiki`, Lecter is available to `http://your.app/mywiki/`

License
-------

[](#license)

Lecter is licensed under the [MIT License](https://github.com/MrJuliuss/lecter/blob/master/LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

4019d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630208?v=4)[Julien Richarte](/maintainers/MrJuliuss)[@MrJuliuss](https://github.com/MrJuliuss)

---

Tags

laravelmarkdownwikiflat

### Embed Badge

![Health badge](/badges/mrjuliuss-lecter/health.svg)

```
[![Health](https://phpackages.com/badges/mrjuliuss-lecter/health.svg)](https://phpackages.com/packages/mrjuliuss-lecter)
```

###  Alternatives

[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

30155.1k1](/packages/alfredo-ramos-parsedown-extra-laravel)[torchlight/torchlight-commonmark

A Commonmark extension for Torchlight, the syntax highlighting API.

29256.6k6](/packages/torchlight-torchlight-commonmark)[buzzylab/laradown

A New Markdown parser for Laravel built on parsedown

317.3k](/packages/buzzylab-laradown)

PHPackages © 2026

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