PHPackages                             rohith016/admin-panel - 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. rohith016/admin-panel

ActiveLibrary[Admin Panels](/categories/admin)

rohith016/admin-panel
=====================

Admin Panel Dashboard for Web Applications

10Blade

Since Feb 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rohith016/admin-panel)[ Packagist](https://packagist.org/packages/rohith016/admin-panel)[ RSS](/packages/rohith016-admin-panel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

E-commerce Package
==================

[](#e-commerce-package)

A reusable Laravel package for admin panel

Screen Shots
------------

[](#screen-shots)

- Login Page

[![](src/screenshots/login-full.png)](src/screenshots/login-full.png)

- Dashboard

[![](src/screenshots/dashboard.png)](src/screenshots/dashboard.png)

- Profile

[![](src/screenshots/profile.png)](src/screenshots/profile.png)

Features
--------

[](#features)

Preloaded Admin views includes layouts, dashboard, profile Admin panel assets Admin route file

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

[](#installation)

### Step 1: Require the Package

[](#step-1-require-the-package)

Install the package via Composer:

```
composer require rohith016/admin-panel

composer require rohith016/admin-panel:dev-main --dev

composer require rohith016/admin-panel:^1.0
```

### Step 2: Publish Resources

[](#step-2-publish-resources)

The package provides a range of resources (models, migrations, seeders, and factories). You can selectively publish resources using tags.

### Step 3: Publish the Service Provider

[](#step-3-publish-the-service-provider)

After requiring the package, Laravel should automatically discover the service provider. If not, register it in config/app.php:

```
'providers' => [
    // Other Service Providers
    Rohith\EcommercePackage\EcommerceServiceProvider::class,
];
```

Usage
-----

[](#usage)

The package resources can be published to your Laravel application’s default structure as needed.

Publish All Resources
---------------------

[](#publish-all-resources)

To publish all available resources (models, migrations, seeders, and factories), run:

```
php artisan vendor:publish --provider="Rohith\AdminPackage\AdminPanelServiceProvider"
```

Selective Publishing
--------------------

[](#selective-publishing)

Use the following commands to publish specific resources:

Publish Assets:

```
php artisan vendor:publish --tag=admin-panel-assets
```

Publish Views:

```
php artisan vendor:publish --tag=admin-panel-views
```

Publish Routes:

```
php artisan vendor:publish --tag=admin-panel-routes
```

Publish Config:

```
php artisan vendor:publish --tag=admin-panel-config
```

Publish Models:

```
php artisan vendor:publish --tag=admin-panel-menu-model
```

Publish Migrations:

```
php artisan vendor:publish --tag=admin-panel-migrations
```

Publish Seeders:

```
php artisan vendor:publish --tag=admin-panel-seeders
```

Publish MenuServiceProvider:

```
php artisan vendor:publish --tag=admin-panel-menu-provider

- bootstrap\providers.php

return [
    .........
    App\Providers\MenuServiceProvider::class
];
```

Manage Register page with config data

```
- routes\auth.php

// update this code

if (config('adminlte.login.registration')){
    Route::get('register', [RegisteredUserController::class, 'create'])
    ->name('register');

    Route::post('register', [RegisteredUserController::class, 'store']);
} else {
    Route::redirect('register', 'login')->name('register');
}

// add this code in guest section

Route::redirect('/', '/login')->name('home');

```

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

[](#contributing)

Contributions are welcome! Feel free to submit a pull request or open an issue for suggestions and improvements.

License
-------

[](#license)

This package is open-source software licensed under the MIT license.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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/3d6ada8a43b494d61f858f087e95f55016bf03ee95e4828b19eacb70deb78ba2?d=identicon)[rohith612](/maintainers/rohith612)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rohith016-admin-panel/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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