PHPackages                             mikofb/mikdoc - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. mikofb/mikdoc

ActiveLibrary[File &amp; Storage](/categories/file-storage)

mikofb/mikdoc
=============

A multi-user laravel package for files and folder management.

v1.2(6y ago)012MITPHPPHP &gt;=7.1.0

Since Sep 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mikofb/mikdoc)[ Packagist](https://packagist.org/packages/mikofb/mikdoc)[ RSS](/packages/mikofb-mikdoc/feed)WikiDiscussions master Synced 2d ago

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

Mikdoc, a multi-user laravel package for files and folder management
====================================================================

[](#mikdoc-a-multi-user-laravel-package-for-files-and-folder-management)

Mikdoc is a package based on Laravel authentification system. Typically, that's means you have to run the command below:

```
php artisan make:auth

```

Now depending on your Lavarel's version, this may change. Check the documentation for more details.
If everything looks fine, follow the steps below and install the package.

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

[](#installation)

### Step 01: Download package by using composer

[](#step-01-download-package-by-using-composer)

To get started with Mikdoc, use composer to add the package to your project's dependencies.

```
composer require mikofb/mikdoc

```

### Step 02: Migrate

[](#step-02-migrate)

This step will create a `documents` table in your database, so ensure that there's none for now.

```
php artisan migrate

```

### Step 03: Publish assets and config file

[](#step-03-publish-assets-and-config-file)

Here you have publish the `mikdoc.php` config file and all the differents assets.

```
php artisan vendor:publish --provider="Mikofb\Mikdoc\MikdocServiceProvider"

```

### Step 04: Check this out

[](#step-04-check-this-out)

Finally, visit your domain url by adding `/documents` as prefix.

> note: This prefix can be change to whatever you want, just see config/mikdoc.php for more details!

The Mikdoc package as been set for auto-discover but if you get some unknown routes errors you can fix them this way.
You just have to register service provider and aliase in your `config/app.php`

```
'providers' => [
		 Mikofb\Mikdoc\MikdocServiceProvider::class,
],

/*
    |--------------------------------------------------------------------------
    | Class Aliases
    |--------------------------------------------------------------------------
    |
    | This array of class aliases will be registered when this application
    | is started. However, feel free to register as many as you wish as
    | the aliases are "lazy" loaded so they don't hinder performance.
    |
    */

'aliases' => [
		'Mikdoc' => Mikofb\Mikdoc\Facades\Mikdoc::class,
],

```

Languages
---------

[](#languages)

Only two languages are provided for now:

- English (en)
- French (fr)

Credentials
-----------

[](#credentials)

All the views in this package are provided by [Creative Tim](https://www.creative-tim.com/) free templates.

License
-------

[](#license)

Mikdoc is open-sourced software licensed under the MIT License (MIT). Please see [License File](LICENSE.md) for more information.

 **Made with ❤️**

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2421d ago

PHP version history (2 changes)v1.0PHP &gt;=7.2.8

V1.1PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cff50502211f8033c0d4aed3d6ed1181f089762e1f6e18d08188f269f8f5fd0?d=identicon)[mikofb](/maintainers/mikofb)

---

Top Contributors

[![mikofb](https://avatars.githubusercontent.com/u/34540279?v=4)](https://github.com/mikofb "mikofb (7 commits)")

---

Tags

laravelfilemanagementdocumentsmulit-user

### Embed Badge

![Health badge](/badges/mikofb-mikdoc/health.svg)

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

###  Alternatives

[oneduo/nova-file-manager

A handy file manager tool for Laravel Nova

157350.3k2](/packages/oneduo-nova-file-manager)[czim/laravel-paperclip

Laravel Eloquent file attachment solution

80802.1k6](/packages/czim-laravel-paperclip)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)

PHPackages © 2026

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