PHPackages                             kristories/dashkit - 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. kristories/dashkit

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

kristories/dashkit
==================

Spatie's laravel-dashboard toollkit

0.0.1(6y ago)151MITPHPPHP &gt;=7.2

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Kristories/dashkit)[ Packagist](https://packagist.org/packages/kristories/dashkit)[ RSS](/packages/kristories-dashkit/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Dashkit
=======

[](#dashkit)

[![Packagist](https://camo.githubusercontent.com/dbb172b4f1a7f3db67f31f3d88a41c935bb35dd9e1f4bdf02f1d888bedfdb06f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b726973746f726965732f646173686b69742e737667)](https://packagist.org/packages/kristories/dashkit)[![Packagist](https://camo.githubusercontent.com/252a734550ff5dd64e21a4e9b1e99fb66736bf5962e787992e80cb5dc89ebaef/68747470733a2f2f706f7365722e707567782e6f72672f6b726973746f726965732f646173686b69742f642f746f74616c2e737667)](https://packagist.org/packages/kristories/dashkit)[![Packagist](https://camo.githubusercontent.com/1b0962be33fd2e4fa655f107080867cf454640a391b083132aa925347a79f3dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b726973746f726965732f646173686b69742e737667)](https://packagist.org/packages/kristories/dashkit)

[Spatie's laravel-dashboard](https://github.com/spatie/laravel-dashboard) toollkit

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

[](#installation)

Install via composer

```
composer require kristories/dashkit
```

After installing Dashkit, publish its assets using the `dashkit:install` Artisan command:

```
php artisan dashkit:install
```

Dashkit exposes a dashboard at `/dashkit`.

Configuration
-------------

[](#configuration)

After publishing Dashkit's assets, its primary configuration file will be located at `config/dashkit.php`.

> Dashkit also publishes [laravel-dashboard](https://github.com/spatie/laravel-dashboard) and [Livewire](https://github.com/livewire/livewire) assets.

Usage
-----

[](#usage)

#### Make a tile

[](#make-a-tile)

```
php artisan dashkit:make-tile MyTile
```

This command generates :

**`app/Http/Livewire/MyTile.php`**

```
namespace App\Http\Livewire;

use Livewire\Component;

class MyTile extends Component
{
    /** @var string */
    public $position;

    public function mount(string $position)
    {
        $this->position = $position;
    }

    public function render()
    {
        return view('tiles.my_tile');
    }
}
```

**`resources/views/tiles/my_tile.blade.php`**

```

    Hi, I'm a tile!

```

#### Adding tiles

[](#adding-tiles)

> Dashkit has a main view that can be changed via `dashkit.php` configuration file.

Inside the `x-dashboard` tag, you can add your tile, or use any of the [available tiles](https://docs.spatie.be/laravel-dashboard/v1/adding-tiles/overview).

```

```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [Wahyu Kristianto](https://github.com/kristories/dashkit)
- [All contributors](https://github.com/kristories/dashkit/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

2204d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6aec55704f55f6828d892ca89d2bb8d830422a35f210a786ab6903a668caf3b5?d=identicon)[Kristories](/maintainers/Kristories)

---

Top Contributors

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

---

Tags

dashboarddashkitlaravellaravel-dashboardspatielaraveldashboarddashkit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kristories-dashkit/health.svg)

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

###  Alternatives

[eliseekn/laravel-metrics

Generate easily metrics and trends data of your models for your dashboards.

1075.7k](/packages/eliseekn-laravel-metrics)

PHPackages © 2026

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