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

ActiveLibrary[Admin Panels](/categories/admin)

syntech/dashboard
=================

A Laravel package to create custom controllers with associated resources

1.2(2y ago)072MITPHPPHP ^7.3|^8.0

Since Jun 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mokhdesigns/syntech-dashboard)[ Packagist](https://packagist.org/packages/syntech/dashboard)[ RSS](/packages/syntech-dashboard/feed)WikiDiscussions main Synced yesterday

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

Syntech Dashboard Package
=========================

[](#syntech-dashboard-package)

A custom Laravel package for creating dashboard components.

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

[](#installation)

You can install the package via Composer:

```
composer require syntech/dashboard:*

Usage

This package provides a custom Artisan command to create a new dashboard controller along with the associated resources (DataTable, Request, Resource, and View).
Creating a New Dashboard Component

Run the following Artisan command to create a new dashboard component:

php artisan syntech:create {Namespace\\ControllerName}

For example:

php artisan syntech:create Dashboard\\Blog

This will generate the following files:

    Controller: App\Http\Controllers\Dashboard\BlogController.php
    DataTable: App\DataTables\Dashboard\BlogDataTable.php
    Request: App\Http\Requests\Dashboard\BlogRequest.php
    Resource: App\Http\Resources\Dashboard\BlogResource.php
    View: resources/views/dashboard/blog.blade.php
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aa092c27a5563bfb4a0fcb4d602f0857db0fc1947f2a6ce70e40a2ab055426b?d=identicon)[Mokhtar ali](/maintainers/Mokhtar%20ali)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29420.1k3](/packages/sebastienheyd-boilerplate)[eveseat/web

SeAT Web Interface

2623.5k158](/packages/eveseat-web)

PHPackages © 2026

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