PHPackages                             spiderwork/laravel-dashboard - 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. spiderwork/laravel-dashboard

ActiveLibrary[Admin Panels](/categories/admin)

spiderwork/laravel-dashboard
============================

Admin package for basic functionality

041CSS

Since Apr 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ghostfromindia/laravel-dashboard)[ Packagist](https://packagist.org/packages/spiderwork/laravel-dashboard)[ RSS](/packages/spiderwork-laravel-dashboard/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

About Laravel Dashboard
-----------------------

[](#about-laravel-dashboard)

Laravel Dashboard is a custom developed package by SpiderWorks, that extends capability of Laravel framework to further level.

How to use
----------

[](#how-to-use)

### Step 1

[](#step-1)

First install Laravel framework version 8 by following command

```
composer create-project laravel/laravel app-name 8
```

### Step 2

[](#step-2)

Install Laravel Dashboard package by following command

```
composer require spiderwork/laravel-dashboard
```

### Step 3

[](#step-3)

Enable login authentication

```
php artisan breeze:install
```

### Step 4

[](#step-4)

Run these command

```
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
php artisan vendor:publish --provider="Spiderworks\Webadmin\WebadminServiceProvider"
```

### Step 5

[](#step-5)

Create a database and connect it to **.env** file. the run the following command

```
php artisan migrate
```

### Step 6

[](#step-6)

Create an 'IsAdmin' middleware with Spatie roles [click here](https://github.com/spatie/laravel-permission) to see spatie package

### Step 7

[](#step-7)

In Providers/RouteServiceProvider.php Change line number 20

```
public const HOME = 'dashboard';
```

to

```
public const HOME = 'admin/dashboard';
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f44259d7c9ac29a265c425c775b951c72bd1da6972d47a8302c1bcaed2a18b9?d=identicon)[b2akhilmj](/maintainers/b2akhilmj)

---

Top Contributors

[![ghostfromindia](https://avatars.githubusercontent.com/u/32215198?v=4)](https://github.com/ghostfromindia "ghostfromindia (18 commits)")

### Embed Badge

![Health badge](/badges/spiderwork-laravel-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/spiderwork-laravel-dashboard/health.svg)](https://phpackages.com/packages/spiderwork-laravel-dashboard)
```

###  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)
