PHPackages                             appsorigin/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. appsorigin/dashboard

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

appsorigin/dashboard
====================

A package to scafford sidemenu navigation and permissions based on spatie

042Blade

Since Dec 6Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

### A simple package to add a sidebar to a laravel tailwind css

[](#a-simple-package-to-add-a-sidebar-to-a-laravel-tailwind-css)

Usage
=====

[](#usage)

add this on app.blade.php after the body tag

1. `@extends('dashboard::master')`
2. open publish dashboard.php config file.
3. ```
    'navigations' => [
         'dashboard' => [
             'url' => 'dashboard',
             'icon' => 'heroicon-o-home',
             'canAccess' => "dashboard_browse",
         ],

     ],
     'permissions' => [
         'dashboard' => [
             'browse',
         ],
     ],

    ```

changes the above to match your navigation and your permissions schema.

[Contribution guidelines for this project](/changes.md)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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