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

ActivePackage[Admin Panels](/categories/admin)

rpsohag/laravel-dashboard
=========================

Full featured Laravel admin dashboard package

v1.0.2(8mo ago)022MITBladePHP ^8.0

Since May 11Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/rpsohag/laravel-dashboard)[ Packagist](https://packagist.org/packages/rpsohag/laravel-dashboard)[ Docs](https://github.com/rpsohag/laravel-dashboard)[ RSS](/packages/rpsohag-laravel-dashboard/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Dashboard
=================

[](#laravel-dashboard)

A modern, feature-rich dashboard package for Laravel applications that provides a clean and intuitive administrative interface.

Features
--------

[](#features)

- 🎨 Modern and responsive design
- 🚀 Easy installation and setup
- 🔧 Highly customizable components
- 📊 Built-in analytics and metrics
- 🔐 Authentication and authorization
- 📱 Mobile-friendly interface
- ⚡ Performance optimized
- 🛠️ Extensible architecture

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 11.0 or higher
- MySQL 5.7+ / PostgreSQL 10+ / SQLite 3.8+

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

[](#installation)

Install the package via Composer:

```
composer require rpsohag/laravel-dashboard
```

### Publish Configuration

[](#publish-configuration)

Publish the configuration file and assets:

```
php artisan vendor:publish --tag="laravel-dashboard"
```

### Basic Setup

[](#basic-setup)

After installation, the dashboard will be available at `/dashboard` (or your configured route prefix).

### Custom Routes

[](#custom-routes)

If you want to customize routes, add them to your application's bootstrap:

```
// bootstrap/app.php
->withRouting(
    web: __DIR__.'/../routes/web.php',
    commands: __DIR__.'/../routes/console.php',
    health: '/up',
    then: function () {
        Route::middleware('web')
            ->group(base_path('routes/dashboard.php'));
    },
)
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG.md](CHANGELOG.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security vulnerabilities, please send an email to  instead of using the issue tracker.

Support
-------

[](#support)

- 📖 [Documentation](https://docs.rpsohag.com/laravel-dashboard)
- 🐛 [Bug Reports](https://github.com/rpsohag/laravel-dashboard/issues)
- 💬 [Discussions](https://github.com/rpsohag/laravel-dashboard/discussions)
- 📧 Email:

Credits
-------

[](#credits)

- [RP SOHAG](https://github.com/rpsohag)
- [All Contributors](https://github.com/rpsohag/laravel-dashboard/contributors)

License
-------

[](#license)

This software is released under the [MIT License](LICENSE.md).

© 2025 RP SOHAG. All rights reserved.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecaa51ae0b9a927497df055aed4d946bc8af82d71207cbd03b24a377630e49d2?d=identicon)[rpsohag](/maintainers/rpsohag)

---

Top Contributors

[![rpsohag](https://avatars.githubusercontent.com/u/66528080?v=4)](https://github.com/rpsohag "rpsohag (22 commits)")

---

Tags

laraveldashboardadminadmin-panel

### Embed Badge

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

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

###  Alternatives

[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)

PHPackages © 2026

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