PHPackages                             akhilesh/neodash - 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. akhilesh/neodash

ActiveLibrary[Admin Panels](/categories/admin)

akhilesh/neodash
================

neopanel is Simple admin panel starter kit

v1.0.1(2y ago)113MITBlade

Since Jul 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/akhilh2o/neodash)[ Packagist](https://packagist.org/packages/akhilesh/neodash)[ RSS](/packages/akhilesh-neodash/feed)WikiDiscussions master Synced 1mo ago

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

Introduction to Neodash
=======================

[](#introduction-to-neodash)

**Neodash** is a admin panel package made for laravel on top of *Laravel Breeze*. It is a very simple setup for a quick start, with a separate admin panel having user, roles &amp; permissions, posts, pages, faqs and testimonials management. This package uses Bootstrap 4.x.

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

[](#installation)

Update your *.env* file, provide database name, user and password. Execute command given below to install **neodash admin panel**

```
composer require akhilesh/neodash

```

Run following command to quick installation

```
php artisan neodash:install fresh

```

By default default scaffold will be generated with default options, instead you can change your setting in configuration file `site.php` and run `php artisan neodash:install` once again. This will ask some questions like, if you want to migrate the fresh table or not, or you want to seed the tables or not.

After installation you will get routes in admin.php file in routes folder, models and controller with their related trait and views. To override the properties / functionalities, define your own respective function in controller. This package comes with a route middleware `GatesMiddleware::class`, admin routes will be wrapped within this middleware.

### Configurations

[](#configurations)

Add `ASSET_URL` to *.env* file, which will point to pubic directory. public/assets: In this folder you will get all the static images, css, js and other files.

A `storage()` helper will be provided to get the url of publically stored images. If you want to change this url, you can set a property in *.env* file `STORAGE_URL`.

You can disable *install command* from *config/site.php* by setting *command* key to false. This will protect you by running the command file accidentally and replacing your existing files.

### Other packages being used

[](#other-packages-being-used)

**`Alertt:`** Alertt package has been integrated for any operation alert message, for any customization in this, please refer to [takshak/alertt](https://github.com/takshaktiwari/alertt).

**`Imager:`** Takshak/Imager is integrated to generate seeds and resize and modify images at the time of upload images in different sections in the panel. This is also user to get default placeholder images and user avatars. For more information about this package, please refer to [takshak/imager](https://github.com/takshaktiwari/imager)

This package comes with some default users, roles, and permission, which are inserted using seeders. There seeders for all the modules. You will get a default admin user with email: ** and password: *password*

---

Extra functionalities
---------------------

[](#extra-functionalities)

- **ReferrerMiddleware middleware:** This middleware can be used to redirect from specific route to some other route. Both routes (form, to) should be passed in the route, eg.

    ```
      route(
          'some.route',
          [
              'refer' => [
                  // specify the route from where the application will be redirected
                  'refer_from'    => route('redirect.source'),

                  // specify the destination route where to be redirected back
                  'refer_to'      => route('redirect.destination'),

                  // optional (checking the request method along with 'refer_from')
                  'method'        => 'GET'
              ]
          ]
      );

    ```

**For Example:**

```
    route('some.route',  [
        'refer' => [
            'refer_from' => route('redirect.source'),
            'refer_to' => route('redirect.destination'),
            'method' => 'GET'
        ]
    ]);

```

---

Queries Management
------------------

[](#queries-management)

You can directly submit query forms from frontend to admin panel by posting forms on `route('queries.store')`. It will be stored on the database and an email will also be send to the mail defined in env file `MAIL_PRIMARY`.

Possible input names are given below. All inputs are optional can will be defined in form if required:

- `name`: (string) You can store user's name.
- `email`: (string) You can store user's email.
- `mobile`: (string) Store user's mobile / phone.
- `subject`: (string) Subject of form or mail.
- `title`: (string) Can be used for title of the form.
- `content`: (text) Store message of content of form.
- `others`: (array) Other keys can also be specified via `name="others[input_name]"`.
- `files`: (array) You can put files specified via `name="files[resume]"`. Url of the file will be saved to database and included in mail.
- `redirect`: (string) Will be input type hidden and hold the url on which it will be redirected after submission.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

2

Last Release

1016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0444927eafcf03224eea13b1414dfc622adcec1b7e68902ca6aad0187322c3ca?d=identicon)[akhilh2o](/maintainers/akhilh2o)

---

Top Contributors

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

---

Tags

adminadmin-dashboardadmin-paneladmin-uiadministrationadminltebootstraplaravellaravel-adminlaravel-admin-panellaravel-boilerplatelaravel-breezelaravel-packagepanellaraveldashboardadminadmin-panelbreezepanelneodash

### Embed Badge

![Health badge](/badges/akhilesh-neodash/health.svg)

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

PHPackages © 2026

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