PHPackages                             claudiusnascimento/gentelelladashboard - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. claudiusnascimento/gentelelladashboard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

claudiusnascimento/gentelelladashboard
======================================

Gentelella Dashboard Html presets

0256PHPCI failing

Since May 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/claudiusnascimento/gentelelladashboard)[ Packagist](https://packagist.org/packages/claudiusnascimento/gentelelladashboard)[ RSS](/packages/claudiusnascimento-gentelelladashboard/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple package to add Gentellela Dashboard in your admin laravel app.
=====================================================================

[](#simple-package-to-add-gentellela-dashboard-in-your-admin-laravel-app)

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

[](#installation)

You can install the package via composer:

```
composer require claudiusnascimento/gentelelladashboard
```

Usage
-----

[](#usage)

Add the GentelellaDashboardServiceProvider in your providers array

```
ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider::class
```

Add the GentelellaDashboard in your alias array

```
'GentelellaDashboard' => ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardFacade::class,
```

Publishing assets
-----------------

[](#publishing-assets)

To work properly, you must to publish the assets and views. Publish the config file is optional.

```
php artisan vendor:publish --provider="ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider" --tag=views
```

```
php artisan vendor:publish --provider="ClaudiusNascimento\GentelellaDashboard\GentelellaDashboardServiceProvider" --tag=assets
```

Using
-----

[](#using)

Extends the ClaudiusNascimento GentelellaDashboard layout in your view

```
@extends('gentelelladashboard::layouts.main')
```

Note:
-----

[](#note)

For the version 1.0.0

- You must to work with the views purely.
- The config file is empty
- There is no component

See the Gentelella Docs:
------------------------

[](#see-the-gentelella-docs)

[Gentelella Documentation](https://colorlibhq.github.io/gentelella/)
[Gentelella Template Demo](https://colorlib.com/polygon/gentelella/index.html)

### Changelog

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Claudius Nascimento](https://github.com/claudiusnascimento)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/abe3013d55f63cacf8a4f4fd4f30ad28a472ebec38a5cb4c73fb5dcac16fe672?d=identicon)[claudiusnascimento](/maintainers/claudiusnascimento)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/claudiusnascimento-gentelelladashboard/health.svg)

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

###  Alternatives

[m1/env

Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.

6412.0M21](/packages/m1-env)[roave/psalm-html-output

Psalm HTML Output

23312.0k1](/packages/roave-psalm-html-output)[pear/system_daemon

A port of the PEAR class to create Daemons with pure PHP

11139.9k1](/packages/pear-system-daemon)[mateffy/laravel-codebase-mcp

An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.

201.1k](/packages/mateffy-laravel-codebase-mcp)

PHPackages © 2026

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