PHPackages                             divotek/admin - 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. [Framework](/categories/framework)
4. /
5. divotek/admin

ActiveLibrary[Framework](/categories/framework)

divotek/admin
=============

Platform for back-office applications, admin panel or CMS your Laravel app.

v10.0.6(2y ago)0149MITPHP

Since Sep 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/DiVotek/admin-core)[ Packagist](https://packagist.org/packages/divotek/admin)[ Docs](https://divotek.com.ua)[ RSS](/packages/divotek-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (16)Versions (9)Used By (0)

 DiVoTek Admin Panel
=====================

[](#--divotek-admin-panel)

 Based on [Orchid Platform](https://github.com/orchidsoftware/platform).

#### For the full documentation, visit [orchid.software](http://orchid.software).

[](#for-the-full-documentation-visit-orchidsoftware)

This is a free [Laravel](https://laravel.com) package that abstracts standard business logic and allows code-driven rapid application development of back-office applications, admin/user panels, and dashboards.

Implemented features
--------------------

[](#implemented-features)

- Native support for `nakukryskin/orchid-repeater-field`
- Native support for `nakipelo/orchid-ckeditor`
- Custom Command Bar with actions ('Go Back', 'Save and Leave', etc.)
- Automatic nested tables (requires model relation called `children`, e.g. `$product->children`)
- Custom slug fields for automatic slug generation
- Native support for `barryvdh/laravel-elfinder`
- Activity Log
- Minor improvements

Install
-------

[](#install)

- Create project

```
composer create-project laravel/laravel my-awesome-admin

```

- Configure `.env`
- Install main admin package

```
composer require divotek/admin

```

- Publish package config &amp; assets

```
php artisan admin:install

```

- Configure main admin credentials

```
php artisan admin:make

```

Local Development
-----------------

[](#local-development)

- Download source code
- Extract archive
- Make your magic in extracted directory
- Build frontend for modified admin panel:

```
npm i & npm run production

```

- Edit your project `composer.json` and add/modify the following directives:

```
"require": {
    "divotek/admin": "dev-main",
    ...
},
"repositories": [
    {
        "type": "path",
        "url": "../path/to/extracted/directory"
    },
    ...
]

```

- In your project directory remove `vendor` dir and `composer.lock` file
- Run following command:

```
composer install

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% 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 ~3 days

Total

6

Last Release

948d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11e6638cc4909b4b9bb3a9345336c3c14fe1dc2991c3aa98da2301402e4dfa15?d=identicon)[divotek](/maintainers/divotek)

---

Top Contributors

[![ksivenkov](https://avatars.githubusercontent.com/u/101400349?v=4)](https://github.com/ksivenkov "ksivenkov (42 commits)")[![MaxBoiko21](https://avatars.githubusercontent.com/u/92517114?v=4)](https://github.com/MaxBoiko21 "MaxBoiko21 (4 commits)")

---

Tags

frameworklaravelcmsplatformradcmfadminextranetpanel

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/divotek-admin/health.svg)

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

###  Alternatives

[orchid/platform

Platform for back-office applications, admin panel or CMS your Laravel app.

4.8k2.5M59](/packages/orchid-platform)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3511.4k](/packages/bpocallaghan-laravel-admin-starter)[reinvanoyen/cmf

A flexible and extendable solution for all your content management needs

1025.5k](/packages/reinvanoyen-cmf)

PHPackages © 2026

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