PHPackages                             drh2so4/doctype\_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. [Admin Panels](/categories/admin)
4. /
5. drh2so4/doctype\_admin

ActiveProject[Admin Panels](/categories/admin)

drh2so4/doctype\_admin
======================

Laravel 7 Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging

1.0.0(5y ago)53113[1 issues](https://github.com/pratiksh404/doctype_admin/issues)[24 PRs](https://github.com/pratiksh404/doctype_admin/pulls)MITPHPPHP ^7.2.5

Since Jun 16Pushed 3y ago5 watchersCompare

[ Source](https://github.com/pratiksh404/doctype_admin)[ Packagist](https://packagist.org/packages/drh2so4/doctype_admin)[ RSS](/packages/drh2so4-doctype-admin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (15)Versions (26)Used By (0)

[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/doctype_admin.png)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/doctype_admin.png)

[![Issues](https://camo.githubusercontent.com/043a419503a1f73bb070c70a1c08520cb55a8324ee3da0ddc3f568fa6f1a0396/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f70726174696b73683430342f646f63747970655f61646d696e)](https://github.com/pratiksh404/doctype_admin_blog/issues) [![Stars](https://camo.githubusercontent.com/32161ac9fd4e2a407366eb434991c1851c1b07f80fb5b92bbf7be3128500c3fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f646f63747970655f61646d696e)](https://github.com/pratiksh404/doctype_admin_blog/stargazers) [![License](https://camo.githubusercontent.com/8a7b120d208516ceef08cfda728a79d61c0f2d5f9fc07e16c407c2f3ffead18a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f646f63747970655f61646d696e)](https://github.com/pratiksh404/doctype_admin/blob/master/LICENSE) [![Laravel News](https://camo.githubusercontent.com/071ffb6c1fec6ccd43e2850c9ba92b790542db9a12fbd06a11e569aa88ca9eff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46656174757265642d4c61726176656c2532304e6577732d626c7565)](https://github.com/pratiksh404)

Laravel 7 Admin Panel for lazy developers.
------------------------------------------

[](#laravel-7-admin-panel-for-lazy-developers)

#### Contains : -

[](#contains---)

- User Management
- Role and Permission Management
- Activity Management
- Auth Management
- Plugin Extensions

### Installation

[](#installation)

```
git clone https://github.com/pratiksh404/doctype_admin.git
```

Install Composer Dependencies

```
composer install
```

Create a copy of your .env file

```
cp .env.example .env
```

Generate an app encryption key

```
php artisan key:generate
```

Create an empty database for our application and set yo environment variable in .env file

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=doctype_admin
DB_USERNAME=root
DB_PASSWORD=
```

Then migrate the database. Go on the console and type..

```
php artisan migrate --seed
```

This allows you to have necessary login credential

> Admin Credential email : password: admin123

> User Credential email : password: user123

Note
----

[](#note)

Packages
--------

[](#packages)

PackageDescriptionLinkCommandBlogBlog Package for Doctype Admin Panel[https://github.com/pratiksh404/doctype\_admin\_blog](https://github.com/pratiksh404/doctype_admin_blog)composer require doctype\_admin/blogSettingSettings Package[https://github.com/pratiksh404/doctype\_admin\_settings](https://github.com/pratiksh404/doctype_admin_settings)composer require doctype\_admin/SettingsLanding PagePlanding Page Package[https://github.com/pratiksh404/doctype\_landing\_page](https://github.com/pratiksh404/doctype_landing_page)composer require doctype\_admin/landing\_page### Integrable Plugins

[](#integrable-plugins)

[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/plugin.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/plugin.jpg)

Model Scopes
------------

[](#model-scopes)

ScopesDescriptionModel::getLatestAll()Retrive data orderd by updated\_at timestamp in ascending orderModel::getLatestLimit($limit)This scope expects parameter $limit which return $limit number of dataModel::todayData()Retrives today's dataModel::weekData()Retrives week dataModel::weekDataLimit($limit)Retrives week $limit number of dataModel::monthData()Retrives month dataModel::MonthDataLimit($limit)Retrives month $limit number of dataModel::yearData()Retrives month dataModel::yearDataLimit($limit)Retrives year $limit number of dataModel::tillNowFrom($date)Retrives data from $date till nowModel::dataBetween($from,$to)Retrives data $from date to $to dateModel::dataNotBetween($from,$to)Doesn't retrives data $from date to $to dateModel::asc()Ascending Ordered DataModel::desc()Descending Ordered DataModel::whereFilter(array)Return multiple where condition data where key is field and value is condition matching valueModel::orWhereFilter(array)Return multiple or where condition data where key is field and value is condition matching value### Admin Panel Screenshot

[](#admin-panel-screenshot)

[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/login.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/login.jpg)[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/register.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/register.jpg)[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/all_user.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/all_user.jpg)[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/create_user.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/create_user.jpg)[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/roles.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/roles.jpg)[![Doctype Admin](https://github.com/pratiksh404/doctype_admin/raw/master/screenshot/activity.jpg)](https://github.com/pratiksh404/doctype_admin/blob/master/screenshot/activity.jpg)

### Todos

[](#todos)

- Extension Install Menu
- More Functionality
- Improved Roles and Permission
- Maintainabilty
- Better UI

Package Used
------------

[](#package-used)

-
-
-
-
-

License
-------

[](#license)

MIT

**DOCTYPE NEPAL ||DR.H2SO4**

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.8% 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

Unknown

Total

1

Last Release

2157d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/001849cfcd496d28474179bde8e510e82ea2ff8b32291d2ac8fc905a754512e0?d=identicon)[pratiksh404](/maintainers/pratiksh404)

---

Top Contributors

[![pratiksh404](https://avatars.githubusercontent.com/u/40533219?v=4)](https://github.com/pratiksh404 "pratiksh404 (36 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

admin-dashboardadmin-paneldoctype-admindoctype-admin-paneldoctype-nepaldrh2so4laravellaravel-adminlaravel-admin-panellaravel-starter-kitpratik-shresthapratiksh404starter-kitlaraveladmin dashboardlaravel-adminstarter-kitlaravel-starter-kitadmin-panellaravel-admin-panelpratiksh404doctype nepaldoctypenepaldoctype admindoctype admin paneldrh2so4pratikshresthapratik shrestha

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)

PHPackages © 2026

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