PHPackages                             antillestores/document - 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. antillestores/document

ActiveLavalite-package[Utility &amp; Helpers](/categories/utility)

antillestores/document
======================

Document package for litecms.

08HTML

Since Nov 11Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Lavalite package that provides document management facility for the cms.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `litecms/document`.

```
"litecms/document": "dev-master"

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes execute below cammnds in command line to finalize installation.

```
Litecms\Document\Providers\DocumentServiceProvider::class,

```

And also add it to alias

```
'Document'  => Litecms\Document\Facades\Document::class,

```

Publishing files and migraiting database.
-----------------------------------------

[](#publishing-files-and-migraiting-database)

**Migration and seeds**

```
php artisan migrate
php artisan db:seed --class=Litecms\\DocumentTableSeeder

```

**Publishing configuration**

```
php artisan vendor:publish --provider="Litecms\Document\Providers\DocumentServiceProvider" --tag="config"

```

**Publishing language**

```
php artisan vendor:publish --provider="Litecms\Document\Providers\DocumentServiceProvider" --tag="lang"

```

**Publishing views**

```
php artisan vendor:publish --provider="Litecms\Document\Providers\DocumentServiceProvider" --tag="view"

```

Usage
-----

[](#usage)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16e4d306a876c4b301a52d3df2d10ce84e2a408180b994c93bd7654933ab970e?d=identicon)[bravoury](/maintainers/bravoury)

---

Top Contributors

[![bravoury](https://avatars.githubusercontent.com/u/4616453?v=4)](https://github.com/bravoury "bravoury (8 commits)")

### Embed Badge

![Health badge](/badges/antillestores-document/health.svg)

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

###  Alternatives

[adhocore/underscore

PHP underscore inspired &amp;amp;/or cloned from \_.js

435.1k](/packages/adhocore-underscore)

PHPackages © 2026

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