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

ActiveLibrary[Admin Panels](/categories/admin)

smylmrz/dashboard
=================

A simple dashboard

v1.0.1(4y ago)05MITCSS

Since Dec 7Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

smyl dashboard V1.0.1
=====================

[](#smyl-dashboard-v101)

A dashboard with auth to get you started

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

[](#installation)

You can install the package via composer:

`composer require smyl/dashboard`

You must publish and run the migrations to create the necessary tables:

`php artisan vendor:publish --provider="Smyl\Dashboard\DashboardServiceProvider"`

`php artisan migrate`

Content of published config file. These values are used for creating roles.

```
return [
    'roles' => [
        'admin',  // Do not remove or reorder the admin or it will cause errors.
        'editor',
        'contributor',
        'viewer'
    ]
];
```

After publishing the config file you can customize the roles. To populate the `roles` table run `php artisan roles:create` command.

To create an admin user for loggin in run `php artisan admin:create` command. You can specify `--name`, `--email` and `--password` for the user or defults values will be used.

### Default admin:

[](#default-admin)

Email: `admin@smyl.com`, Password: `password`

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

Maturity51

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

Total

2

Last Release

1617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b5902bf2f1fe8c68940f7dc4a2deb9e3cfafce1df256e54209ca77a427268e1?d=identicon)[purplman](/maintainers/purplman)

---

Top Contributors

[![smylmrz](https://avatars.githubusercontent.com/u/58288990?v=4)](https://github.com/smylmrz "smylmrz (12 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/smylmrz-dashboard/health.svg)](https://phpackages.com/packages/smylmrz-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)
