PHPackages                             aammui/laradash - 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. aammui/laradash

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

aammui/laradash
===============

Laravel beautiful admin panel

0.13(7y ago)4742MITPHP

Since Sep 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bedus-creation/laradash)[ Packagist](https://packagist.org/packages/aammui/laradash)[ RSS](/packages/aammui-laradash/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (7)Used By (0)

[![ScreenShot](https://raw.githubusercontent.com/bedus-creation/laradash/master/docs/screenshot.png)](https://raw.githubusercontent.com/bedus-creation/laradash/master/docs/screenshot.png)

Install
=======

[](#install)

```
composer require aammui/laradash:dev-master

```

publish the Config file
=======================

[](#publish-the-config-file)

```
php artisan vendor:publish --provider="Aammui\Laradash\LaradashServiceProvider" --force

```

Add Route to Routes List in web.php
-----------------------------------

[](#add-route-to-routes-list-in-webphp)

```
use Aammui\Laradash\Facade\Laradash;

Laradash::route();

```

Routes List
-----------

[](#routes-list)

```
php artisan route:list

```

Add Resources to webpack.mix.js
-------------------------------

[](#add-resources-to-webpackmixjs)

```
mix.sass('resources/sass/laradash/laradash.scss', 'public/laradash/css');

```

Inside Project
==============

[](#inside-project)

This is build with laravel 5.7 &amp;&amp; the resources folder are copied with respect to the laravel 5.7 folder structure (if laravel version &lt; 5.7 ) please manully copied the sass and folder from /resources/sass/ to /resources/assets/sass/

In app.scss

add the line

```
@import 'laradash'

```

Now build the project and offcourse you should have installed the node dependency

```
npm install

npm run dev

```

Category
--------

[](#category)

Each Post may belongs to any numbers of category Each Category belongs to any numbers of post So this relationship will be many to many

Tag
---

[](#tag)

Each Post may belongs to any numbers of Tag Each Tag may belongs to any numbers of Post So this relationship will be many to many

Media
-----

[](#media)

We have use Image Intervention for image stuff Relationship is many to many

### For Image

[](#for-image)

```
data=>[
    'base_url'=>'https://youtube.com',
    'user_id'=>'1231237612001',
    'type'=>'image',
    'in_json'=>[
        'url'=>[
            'small'=>'/image/100-1sjfAScqwesrtcmn.jpg',
            'medium'=>'/image/300-1sjfAScqwesrtcmn.jpg',
            'large'=>'/image/600-1sjfAScqwesrtcmn.jpg'
        ]
    ]
]

```

### Data For Video

[](#data-for-video)

We will store the Iframe that can be directly display into The Iframe. Time of length will be store in seconds

```
[">```
    'base_url'=>'https://youtube.com',
    'user_id'=>'1231237612001',
    'type'=>'video',
    'in_json'=>[
        'url'=>[
            'small'=>'/embeded/ajsdhfjsfd',
            'medium'=>'/embeded/ajsdhfjsfd',
            'large'=>'/embeded/ajsdhfjsfd'
        ],
        'length'=>'12312313'
    ]
]

```
```

Sitemap
-------

[](#sitemap)

Sitemap will be in /sitemap.xml

SocialAuthController
--------------------

[](#socialauthcontroller)

File Upload
-----------

[](#file-upload)

```

// HTML

    Update Cover Image

```

```

//Javascript

$('#cover').fileupload({
    serverUploadUrl:'https://sahuba.com/medias',
    serverAllFileUrl:'https://sahuba.com/medias'
});

```

select2
-------

[](#select2)

```

```

### Tags should be in the following form

[](#tags-should-be-in-the-following-form)

```
{
    results: [
        {
            text: "Electronics and communication"
        },{
            text: "laravel"
        },{
            text: "php framework"
        },{
            text: "web devcelopment"
        },{
            text: "Computer Science"
        }
    ],
    pagination: {
        more: false
    }
}

```

```
$('#tags-input').select2({
    ajax:{
        url: '/tags',
        dataType: 'json',
        delay:1000,
        data: function (params) {
            return {q: params.term}
        },
        processResults: function (data) {
            return {
                results: data.results.map(function(item){
                    return {
                        id: item.text,
                        text: item.text
                    };
                })
            }
        }
    },
    tags:true
});

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

Recently: every ~103 days

Total

6

Last Release

2428d ago

Major Versions

0.4 → 5.7.x-dev2019-03-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf8c945207e550cfcd88c4de4bb813229578072eb2bdf5a96238efe6ce3ae0c8?d=identicon)[bedus\_creation](/maintainers/bedus_creation)

---

Top Contributors

[![bedus-creation](https://avatars.githubusercontent.com/u/25701752?v=4)](https://github.com/bedus-creation "bedus-creation (27 commits)")

---

Tags

admin-paneldashboardlaravelvuejs

### Embed Badge

![Health badge](/badges/aammui-laradash/health.svg)

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

PHPackages © 2026

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