PHPackages                             dandisy/adminlte-templates - 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. dandisy/adminlte-templates

ActiveLibrary[Admin Panels](/categories/admin)

dandisy/adminlte-templates
==========================

AdminLTE templates for Webcore

1.2.51(3y ago)01.6k↓100%2MITPHPPHP ^7.3|^8.0

Since Jan 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dandisy/adminlte-templates)[ Packagist](https://packagist.org/packages/dandisy/adminlte-templates)[ RSS](/packages/dandisy-adminlte-templates/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (2)

AdminLTE templates for Webcore
==============================

[](#adminlte-templates-for-webcore)

For

This package based on

### Installation

[](#installation)

```
composer require dandisy/adminlte-templates

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="public"

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="views"

or

php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="views-all"

```

### Usage (if this package is installed manually)

[](#usage-if-this-package-is-installed-manually)

1. unzip adminlte-templates.zip to vendor/dandisy
2. add autoload classmap in composer.json

```
    {
        . . .
        "autoload": {
            "classmap": [
                . . .
                "vendor/dandisy"
            ],
            . . .

```

2. register this package in config/app.php

```
    /*
    * Package Service Providers...
    */
    . . .
    Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider::class,

```

3. composer dump-autoload
4. publish the templates package to webcore project

    php artisan vendor:publish --provider="Webcore\\AdminLTETemplates\\AdminLTETemplatesServiceProvider" --force
5. ubah configurasi templates di file config/webcore/laravel\_generator.php ke elmer-templates

```
    /*
    |--------------------------------------------------------------------------
    | Templates
    |--------------------------------------------------------------------------
    |
    */

    'templates'         => 'adminlte-templates',

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

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

Recently: every ~195 days

Total

13

Last Release

1431d ago

PHP version history (4 changes)1.0.0PHP &gt;=5.5.9

1.1.0PHP ^7.1.3

1.2.5PHP &gt;=7.2.5|^8.0

1.2.51PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bd19f6039f8c8b82a9478fd104ea7c683cd885b04e1d6c715993dc907fd10fa?d=identicon)[dandisy](/maintainers/dandisy)

---

Top Contributors

[![dandisy](https://avatars.githubusercontent.com/u/8969235?v=4)](https://github.com/dandisy "dandisy (30 commits)")

---

Tags

laravelgeneratortemplatesAdminLTEbootstrapwebcore

### Embed Badge

![Health badge](/badges/dandisy-adminlte-templates/health.svg)

```
[![Health](https://phpackages.com/badges/dandisy-adminlte-templates/health.svg)](https://phpackages.com/packages/dandisy-adminlte-templates)
```

###  Alternatives

[infyomlabs/adminlte-templates

AdminLTE templates for InfyOm Laravel Generator

2681.6M7](/packages/infyomlabs-adminlte-templates)[acacha/adminlte-laravel-installer

Adminlte-laravel application installer.

1538.8k1](/packages/acacha-adminlte-laravel-installer)

PHPackages © 2026

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