PHPackages                             konsulting/spatie-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. [Framework](/categories/framework)
4. /
5. konsulting/spatie-laravel-dashboard

AbandonedArchivedProject[Framework](/categories/framework)

konsulting/spatie-laravel-dashboard
===================================

Spatie's Laravel Dashboard package.

0.4.3(8y ago)0611MITPHPPHP &gt;=7.0.0

Since Jul 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/konsulting/spatie-laravel-dashboard)[ Packagist](https://packagist.org/packages/konsulting/spatie-laravel-dashboard)[ RSS](/packages/konsulting-spatie-laravel-dashboard/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (20)Versions (12)Used By (0)

Spatie.be Laravel Dashboard
===========================

[](#spatiebe-laravel-dashboard)

Packaged version of the [Spatie's Laravel Dashboard](https://github.com/spatie/dashboard.spatie.be). The aim is to allow this handsome dashboard to be pulled into other projects, or customised heavily while keeping the core code isolated.

We will offer this repo to Spatie for them to maintain, so it may not exist for too long here.

Installation
------------

[](#installation)

With a new Laravel 5.5 app:

- `composer require konsulting/spatie-laravel-dashboard`
- `php artisan make:auth`
- `php artisan migrate`
- Add a user: perhaps use `php artisan tinker`
- The `Spatie\\LaravelDashboard\\Providers\\DashboardServiceProvider` is now auto-registered.
- Add the schedule to your console kernel. Add `(new \Spatie\LaravelDashboard\Console\DashboardSchedule($schedule))->handle();` to the `handle` method.
- Add your pusher cluster settings to the `config/broadcasting.php` file

```
'pusher' => [
    ...
    'options' => [
        'cluster' => 'eu',
        'secure' => true,
    ],
]
```

- If using google calendar, you need a service account - add the json file with credentials to `storage/app/google-calendar/service-account-credentials.json`
- Add the .env items you need from the `stubs/.env.example` for the services you want to use.

### For simple use

[](#for-simple-use)

- `php artisan vendor:publish --provider=Spatie\\LaravelDashboard\\Providers\\DashboardServiceProvider --tag=basic`
- Start your queue listener and setup the Laravel scheduler.
- Open the dashboard in your browser, login and wait for the update events to fill the dashboard.

Simple customisations are possible through the config file (`config/dashboard.php`) and the dashboard view (`resources/views/vendor/dashboard/dashbooard.blade.php`).

If using any of these routes, you may need to explude them in your VerifyCsrfToken middleware.

```
      protected $except = [
          '/webhook/github',
          '/pusher/authenticate',
          '/oh-dear-webhooks',
      ];
```

### To fully customise, it needs more work

[](#to-fully-customise-it-needs-more-work)

You need to be comfortable with Vue and Laravel

- `php artisan vendor:publish --provider=Spatie\\LaravelDashboard\\Providers\\DashboardServiceProvider --tag=advanced`
- add babel.rc and all package.json reqt's (see the packages .babelrc and package.json)
- `npm run prod` to build the necessary files.
- You can override the schedule by using your own `Schedule` class instead of `Spatie\LaravelDashboard\Console\DashboardSchedule($schedule)`.
- You can either add to the Dashboard Update command by listening for the `DashboardUpdated` event, or by creating a new Command set in `Spatie\Console\UpdateDashboardCommandSet`

License
-------

[](#license)

This project and the Laravel framework are open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~12 days

Total

10

Last Release

3037d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.6.4

0.4.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4703657?v=4)[Konsulting](/maintainers/konsulting)[@konsulting](https://github.com/konsulting)

---

Top Contributors

[![Keoghan](https://avatars.githubusercontent.com/u/6714599?v=4)](https://github.com/Keoghan "Keoghan (13 commits)")

---

Tags

abandonedframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[lms-laravel/lms-laravel

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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