PHPackages                             doctype\_admin/doctype\_website - 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. doctype\_admin/doctype\_website

ActiveLibrary[Admin Panels](/categories/admin)

doctype\_admin/doctype\_website
===============================

Doctype Admin Package for website kickstart.

v1.0.6(5y ago)348MITBlade

Since Sep 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pratiksh404/doctype_website)[ Packagist](https://packagist.org/packages/doctype_admin/doctype_website)[ RSS](/packages/doctype-admin-doctype-website/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

[![Doctype Admin Website](https://github.com/pratiksh404/doctype_website/raw/master/image/doctype_website.png)](https://github.com/pratiksh404/doctype_website/blob/master/image/doctype_website.png)

[![Issues](https://camo.githubusercontent.com/e65ef12263d12b74f534803f5c6ac5097c5a2ad2ea730d386557c6526c174eb2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f70726174696b73683430342f646f63747970655f77656273697465)](https://github.com/pratiksh404/doctype_website/issues) [![Latest Stable Version](https://camo.githubusercontent.com/ff4361864ee89ab823e52413364c6f8e8095f01f78a234a8401cb54d286a7d92/68747470733a2f2f706f7365722e707567782e6f72672f646f63747970655f61646d696e2f646f63747970655f776562736974652f76)](//packagist.org/packages/doctype_admin/doctype_website) [![Stars](https://camo.githubusercontent.com/48cb906e4dbd7a2bdf29bc804753ec43d2399da67cf7b88425002b9991b68985/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f646f63747970655f77656273697465)](https://github.com/pratiksh404/doctype_website/stargazers) [![Downloads](https://camo.githubusercontent.com/2fcd5a75a4faa4aafc3f1ee2ea6f67e521d66b14c3b02829e0b81a9f61205e55/68747470733a2f2f706f7365722e707567782e6f72672f646f63747970655f61646d696e2f646f63747970655f776562736974652f646f776e6c6f616473)](https://camo.githubusercontent.com/2fcd5a75a4faa4aafc3f1ee2ea6f67e521d66b14c3b02829e0b81a9f61205e55/68747470733a2f2f706f7365722e707567782e6f72672f646f63747970655f61646d696e2f646f63747970655f776562736974652f646f776e6c6f616473) [![Issues](https://camo.githubusercontent.com/e543d7490520eaf0d3c91f7b213441a017cacb0d788cafa2690e462492f5cb2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f646f63747970655f77656273697465)](https://github.com/pratiksh404/doctype_website/blob/master/LICENSE)

#### Contains : -

[](#contains---)

- Counters
- Pages
- Portfolios
- Images
- Services
- FAQs
- Plans

### Installation

[](#installation)

Run Composer Require Command

```
composer require doctype_admin/doctype_website
```

### Install package assets

[](#install-package-assets)

#### Install all assets

[](#install-all-assets)

```
php artisan DoctypeAdminWebsite:install -a
```

This command will publish

- config file named website.php
- views files
- migrations files
- seed files

#### Install config file only

[](#install-config-file-only)

```
php artisan DoctypeAdminWebsite:install -c
```

#### Install view files only

[](#install-view-files-only)

```
php artisan DoctypeAdminWebsite:install -f
```

#### Install migrations files only

[](#install-migrations-files-only)

```
php artisan DoctypeAdminWebsite:install -m
```

#### Install seed files only

[](#install-seed-files-only)

```
php artisan DoctypeAdminWebsite:install -d
```

Then migrate database
---------------------

[](#then-migrate-database)

```
php artisan migrate
```

This Package includes two seed

- CountersTableSeeder
- FaqsTableSeeder
- PagesTableSeeder
- PlansTableSeeder
- PortfoliosTableSeeder
- ServicesTableSeeder
- TeamsTableSeeder

Note
----

[](#note)

If seed class is not found try running composer dump-autoload

To add the package route link to be accesable from sidemenu just add following on config/adminlte.php undr key 'menu'
---------------------------------------------------------------------------------------------------------------------

[](#to-add-the-package-route-link-to-be-accesable-from-sidemenu-just-add-following-on-configadminltephp-undr-key-menu)

```
     [
            'text' => 'Website',
            'icon' => 'fas fa-globe',
            'submenu' => [
                [
                    'text' => 'Counters',
                    'icon' => 'fas fa-clock',
                    'url' => 'admin/website/counter',
                ],
                [
                    'text' => 'Team',
                    'icon' => 'fas fa-people-arrows',
                    'url' => 'admin/website/team',
                ],
                [
                    'text' => 'Page',
                    'icon' => 'fas fa-file',
                    'url' => 'admin/website/page',
                ],
                [
                    'text' => 'Portfolio',
                    'icon' => 'fas fa-camera',
                    'url' => 'admin/website/portfolio',
                ],
                [
                    'text' => 'Image',
                    'icon' => 'fas fa-images',
                    'url' => 'admin/website/image',
                ],
                [
                    'text' => 'Service',
                    'icon' => 'fas fa-concierge-bell',
                    'url' => 'admin/website/service',
                ],
                [
                    'text' => 'FAQ',
                    'icon' => 'fas fa-question',
                    'url' => 'admin/website/faq',
                ],
                [
                    'text' => 'Plan',
                    'icon' => 'fas fa-plus',
                    'url' => 'admin/website/plan',
                ],
                [
                    'text' => 'Project',
                    'icon' => 'fas fa-book',
                    'url' => 'admin/website/project',
                ],
            ]
        ],
```

### Admin Panel Screenshot

[](#admin-panel-screenshot)

[![Doctype Admin website](https://github.com/pratiksh404/doctype_website/raw/master/image/page.jpg)](https://github.com/pratiksh404/doctype_website/blob/master/image/page.jpg)[![Doctype Admin website](https://github.com/pratiksh404/doctype_website/raw/master/image/plan.jpg)](https://github.com/pratiksh404/doctype_website/blob/master/image/plan.jpg)[![Doctype Admin website](https://github.com/pratiksh404/doctype_website/raw/master/image/portfolio.jpg)](https://github.com/pratiksh404/doctype_website/blob/master/image/portfolio.jpg)[![Doctype Admin website](https://github.com/pratiksh404/doctype_website/raw/master/image/team.jpg)](https://github.com/pratiksh404/doctype_website/blob/master/image/team.jpg)

### Todos

[](#todos)

- Website Analytics
- Maintainabilty
- Better UI

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

[](#package-used)

-

License
-------

[](#license)

MIT

**DOCTYPE NEPAL ||DR.H2SO4**

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~2 days

Total

7

Last Release

2038d 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 (21 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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