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

ActiveLibrary

spiderworks/dashboard
=====================

Admin package for basic functionality

v1.0.1(5y ago)07MITCSS

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/spiderworks-akhil/spiderworks-admin)[ Packagist](https://packagist.org/packages/spiderworks/dashboard)[ RSS](/packages/spiderworks-dashboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)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 7

[](#step-7)

In Providers/RouteServiceProvider.php Change line number 20

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

to

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

### Finally

[](#finally)

Make Middileware and secure login using Spatie role management system

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49e84d90478a7b122b1e6742d423ce1b3b815b6a1ae0011396677750c2e2c768?d=identicon)[spiderworks-akhil](/maintainers/spiderworks-akhil)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[marketplacekit/marketplacekit

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[laraveladminpanel/admin

A Laravel Admin Package to make your life easier and steer your project in the right direction

852.1k](/packages/laraveladminpanel-admin)

PHPackages © 2026

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