PHPackages                             shibaji/laravel-admin - 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. shibaji/laravel-admin

ActiveLibrary

shibaji/laravel-admin
=====================

Laravel Admin Panel for laravel developers. You can create Quick Admin Panel with essential requirement.

v0.1.18(5y ago)2573MITJavaScript

Since Sep 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/imshibaji/laravel-website-admin)[ Packagist](https://packagist.org/packages/shibaji/laravel-admin)[ RSS](/packages/shibaji-laravel-admin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (12)Versions (29)Used By (0)

Laravel Website Admin
=====================

[](#laravel-website-admin)

This Web Admin panel usable for the Enterprise application develop with Laravel 8
---------------------------------------------------------------------------------

[](#this-web-admin-panel-usable-for-the-enterprise-application-develop-with-laravel-8)

[![Latest Stable Version](https://camo.githubusercontent.com/3bb64e2cab183e949569d06d2bed5058e5757bf6b2b7bef6d50f934278db7cbe/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f76)](//packagist.org/packages/shibaji/admin) [![Total Downloads](https://camo.githubusercontent.com/da18d3c13e80c96a2dfb0c1e383c8a97460bcf80a4536e156755d1a618aaf8e5/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f646f776e6c6f616473)](//packagist.org/packages/shibaji/admin) [![Latest Unstable Version](https://camo.githubusercontent.com/4fd10db70f9dd83881472b48bdf7d0780a030c6be6990be60e8761df5a0c183c/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f762f756e737461626c65)](//packagist.org/packages/shibaji/admin) [![License](https://camo.githubusercontent.com/1a3b8a637c0b8f619924073363e71b049fbe4541d6e4379f00f71bc84a9c06c6/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f6c6963656e7365)](//packagist.org/packages/shibaji/admin) [![Monthly Downloads](https://camo.githubusercontent.com/48fe1f6fd2f75ba6948845b2c65d92c3f189882a2ee268bc241dc80d7325aab4/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f642f6d6f6e74686c79)](//packagist.org/packages/shibaji/admin) [![Daily Downloads](https://camo.githubusercontent.com/75860c2ec6806d02d46bed4c74fdbc47963e4c541030d4dde712d8cc54fe71be/68747470733a2f2f706f7365722e707567782e6f72672f73686962616a692f61646d696e2f642f6461696c79)](//packagist.org/packages/shibaji/admin)

This A beutiful web admin develop for **Laravel** Framework. It's have so many screens. components, managable menus, and auto dark modes included.

[![Screen 1](https://github.com/imshibaji/my-web-admin/raw/master/src/screens/screen-1.png?raw=true)](https://github.com/imshibaji/my-web-admin/blob/master/src/screens/screen-1.png?raw=true)

It's a simply used for your own laravel project
===============================================

[](#its-a-simply-used-for-your-own-laravel-project)

1. Installation process
    - First initiate or Create New Laravel Project
    - Then Open the project in terminal.
    - then put the command

```
composer require shibaji/admin
```

1. Setup the database connection in your new laravel project.
2. Install Laravel UI package is already included with this Admin Panel.
3. Setup Admin panel by Admin Command

```
php artisan admin:install
```

5. Create Auth scaffold using the artisan command

```
php artisan ui:auth
```

6. Don't replace any preloaded resources.

```
The [auth/login.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no
```

```
The [auth/passwords/confirm.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no
```

```
The [auth/passwords/email.blade.php] view already exists. Do you want to replace it? (yes/no) [no]: no
```

Like this put `no` every required questions.

7. Now Setup the database connection in `.env` file

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```

8. Open Terminal from the project. And write the Codes.

```
php artisan migrate
```

9. Open browser tab with this url `http://localhost:8000`.
10. After open register an user.
11. After login go to `http://localhost:8000/admin`.

---

### If you can to create Module for Admin then doing this.

[](#if-you-can-to-create-module-for-admin-then-doing-this)

Autoloading
===========

[](#autoloading)

By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. For example:

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Modules\\": "Modules/"
    }
  }
}

```

**Tip: don't forget to run `composer dump-autoload` afterwards.**

Now you can see this admin.
**Lets Enjoy!** :)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

28

Last Release

1964d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8502950?v=4)[Shibaji Debnath](/maintainers/imshibaji)[@imshibaji](https://github.com/imshibaji)

---

Top Contributors

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

---

Tags

adminadmin-dashboardadminltelaravellaravel-9laravel-admin-panellaravel-admin-themelaravel-administratorlaravel-adminpanellaravel-applicationlaravel-packagelaravel8laraveladmindashboardphpsass

### Embed Badge

![Health badge](/badges/shibaji-laravel-admin/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[fusioncms/cms

Core of FusionCMS

431.1k3](/packages/fusioncms-cms)

PHPackages © 2026

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