PHPackages                             webfactor/laravel-backpack-documents - 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. webfactor/laravel-backpack-documents

ActiveLibrary[Admin Panels](/categories/admin)

webfactor/laravel-backpack-documents
====================================

Ready to use Documents Backpack CRUD with API route for eg. privacy statement, imprint, sbt or gtc

2.0.0(6y ago)2243[1 issues](https://github.com/webfactor/laravel-backpack-documents/issues)MITPHP

Since Feb 2Pushed 6y ago2 watchersCompare

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

READMEChangelog (8)Dependencies (5)Versions (10)Used By (0)

LaravelBackpackDocuments
========================

[](#laravelbackpackdocuments)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7960db1435106bc2d52dfa9e68114084ec30102384bc8a876b52e802485a8f21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562666163746f722f6c61726176656c2d6261636b7061636b2d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webfactor/laravel-backpack-documents)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/72d3b766b9bf1af030dd789226f3d3d2fc76cf44f3f6dd79ecc54be060c2f545/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776562666163746f722f6c61726176656c2d6261636b7061636b2d646f63756d656e74732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/webfactor/laravel-backpack-documents)[![Coverage Status](https://camo.githubusercontent.com/6446d392f9fc9c54e04298c48403f71c2a829d98067c21cdc86989b5a113c3af/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f776562666163746f722f6c61726176656c2d6261636b7061636b2d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/webfactor/laravel-backpack-documents/code-structure)[![Quality Score](https://camo.githubusercontent.com/b6ae6e4ffd4db623af0aaf03d0c4404a1e7734670a81b2f1ca2d0ada4ad55d65/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776562666163746f722f6c61726176656c2d6261636b7061636b2d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/webfactor/laravel-backpack-documents)[![Total Downloads](https://camo.githubusercontent.com/340eb361757cf09870e8d2ebf5c8f090f45f96daf791f3993fe27312e2de923c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776562666163746f722f6c61726176656c2d6261636b7061636b2d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webfactor/laravel-backpack-documents)

Ready to use Documents Backpack CRUD with API route for eg. privacy statement, imprint, sbt or gtc.

Install
-------

[](#install)

Via Composer

```
$ composer require webfactor/laravel-backpack-documents
```

Publish the vendor files

```
$ php artisan vendor:publish --provider="Webfactor\Laravel\Backpack\Documents\DocumentsServiceProvider"
```

Run the migration

```
$ php artisan migrate
```

\[optional but recommended\] add a menu item to your `sidebar.blade.php`

```

    {{  trans('webfactor::documents.entity_name_plural') }}

```

Usage
-----

[](#usage)

Define your document types in the published config file. Don't forget to add appropriate translations in the translation files.

### Backend

[](#backend)

Go to the defined route (default: wfcms/document) and edit your documents like in Backpack CRUD

### Api

[](#api)

Send a GET-request to the api route (default: api/v1/documents).

If you use translation you can append `lang` parameter to the api route to get the specified language. (eg. api/v1/documents?lang=de)

Customisation
-------------

[](#customisation)

You can edit many parts of the functionality. Just look at the published config file (`config/webfactor/documents.php`).

If you want to overwrite the default routes, please create a route file at `routes/webfactor/documents.php` and define your routes there.

For using translations check the installed version of [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable) for more information.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Webfactor](https://github.com/webfactor)
- [Oliver Ziegler](https://github.com/OliverZiegler)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~74 days

Recently: every ~129 days

Total

8

Last Release

2500d ago

Major Versions

v1.0.6 → 2.0.02019-07-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c9a2c2e97d66bd30df7df75183059e218e21ee5d5b80cdcf6542d1a2c60992d?d=identicon)[OliverZiegler](/maintainers/OliverZiegler)

![](https://www.gravatar.com/avatar/d1f7e53fc33bd0893449f12d5b1d178f5a4b4ac8f41db4031c7b7291f565095a?d=identicon)[webfactor](/maintainers/webfactor)

---

Top Contributors

[![OliverZiegler](https://avatars.githubusercontent.com/u/7778510?v=4)](https://github.com/OliverZiegler "OliverZiegler (6 commits)")[![tswonke](https://avatars.githubusercontent.com/u/6401044?v=4)](https://github.com/tswonke "tswonke (3 commits)")

---

Tags

laravelbackpackdocumentsWebfactor

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/webfactor-laravel-backpack-documents/health.svg)

```
[![Health](https://phpackages.com/badges/webfactor-laravel-backpack-documents/health.svg)](https://phpackages.com/packages/webfactor-laravel-backpack-documents)
```

###  Alternatives

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/langfilemanager

An interface to edit language files, for Laravel Backpack.

91230.1k1](/packages/backpack-langfilemanager)[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[novius/laravel-backpack-crud-extended

This package extends Laravel Backpack\\CRUD

619.1k2](/packages/novius-laravel-backpack-crud-extended)[izica/relations-widgets-for-backpack

Widgets for preview model relations in laravel backpack

2927.3k](/packages/izica-relations-widgets-for-backpack)[imokhles/signature-field-for-backpack

Easily add signature field to backpack admin panel.

262.0k](/packages/imokhles-signature-field-for-backpack)

PHPackages © 2026

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