PHPackages                             maloun96/laravel-docs-editor - 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. [Admin Panels](/categories/admin)
4. /
5. maloun96/laravel-docs-editor

ActiveLibrary[Admin Panels](/categories/admin)

maloun96/laravel-docs-editor
============================

Admin panel for editing markdown documentation with GitHub PR workflow

0.1.3(3mo ago)0186↓90%MITBladePHP ^8.2

Since Mar 16Pushed 3mo agoCompare

[ Source](https://github.com/maloun96/laravel-docs-editor)[ Packagist](https://packagist.org/packages/maloun96/laravel-docs-editor)[ RSS](/packages/maloun96-laravel-docs-editor/feed)WikiDiscussions main Synced 3w ago

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

Laravel Docs Editor
===================

[](#laravel-docs-editor)

Admin panel for editing markdown documentation with GitHub PR workflow. Edit docs in a browser, create PRs automatically.

Features
--------

[](#features)

- File tree sidebar with search
- Markdown editor with live preview (split view)
- SEO frontmatter management (title, description, keywords, noindex)
- Image upload (drag &amp; drop, paste, file picker)
- GitHub PR workflow — every save creates a branch + PR
- Create and delete pages
- Fullscreen mode
- LocalStorage preferences (tab mode, SEO panel state)

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

[](#installation)

```
composer require maloun96/laravel-docs-editor
```

Publish the config:

```
php artisan vendor:publish --tag=docs-editor-config
```

Configuration
-------------

[](#configuration)

Add to your `.env`:

```
DOCS_EDITOR_GITHUB_TOKEN=ghp_xxx
DOCS_EDITOR_GITHUB_OWNER=your-org
DOCS_EDITOR_GITHUB_REPO=your-repo
DOCS_EDITOR_GITHUB_BRANCH=main
DOCS_EDITOR_DOCS_PATH=docs
DOCS_EDITOR_MEDIA_PATH=public/docs-media
DOCS_EDITOR_ROUTE_PREFIX=admin/docs
```

### Config options

[](#config-options)

KeyDescriptionDefault`github.token`GitHub personal access token (Contents + PRs read/write)—`github.owner`GitHub org or user—`github.repo`Repository name—`github.base_branch`Branch to create PRs against`main``docs_path`Path to markdown files relative to `base_path()``docs``media_path`Path to media/images relative to `base_path()``public/docs-media``route.prefix`URL prefix for the editor`admin/docs`### Authorization

[](#authorization)

Register an auth callback in your `AppServiceProvider`:

```
use Maloun96\DocsEditor\DocsEditor;

DocsEditor::auth(function ($request) {
    return $request->user()?->isAdmin();
});
```

Publish views (optional)
------------------------

[](#publish-views-optional)

```
php artisan vendor:publish --tag=docs-editor-views
```

GitHub Token
------------

[](#github-token)

Create a fine-grained personal access token with:

- **Repository access**: Only the target repo
- **Permissions**: Contents (read/write), Pull requests (read/write)

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance81

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

100d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8277264?v=4)[Victor Malai](/maintainers/maloun96)[@maloun96](https://github.com/maloun96)

---

Top Contributors

[![maloun96](https://avatars.githubusercontent.com/u/8277264?v=4)](https://github.com/maloun96 "maloun96 (5 commits)")

### Embed Badge

![Health badge](/badges/maloun96-laravel-docs-editor/health.svg)

```
[![Health](https://phpackages.com/badges/maloun96-laravel-docs-editor/health.svg)](https://phpackages.com/packages/maloun96-laravel-docs-editor)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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