PHPackages                             guruji/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. [Admin Panels](/categories/admin)
4. /
5. guruji/dashboard

ActiveLibrary[Admin Panels](/categories/admin)

guruji/dashboard
================

subadmin 2 bootstarp theme https://startbootstrap.com/themes/sb-admin-2/

v1.0.2(6y ago)367MITCSS

Since Mar 10Pushed 6y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

SB Admin 2 dashboard with extra login pannel by getting the
===========================================================================================================

[](#sb-admin-2-dashboard-with-extra-login-pannel-by-getting-the-httpsstartbootstrapcomthemessb-admin-2)

[![Issues](https://camo.githubusercontent.com/725f996bd23eadb641bac51ca706ff1e9c7c2400e4cf25940d2b183e35491237/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7372616d6974726f792f677572756a692d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://github.com/sramitroy/guruji-dashboard/issues)[![Stars](https://camo.githubusercontent.com/725f996bd23eadb641bac51ca706ff1e9c7c2400e4cf25940d2b183e35491237/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7372616d6974726f792f677572756a692d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://github.com/sramitroy/guruji-dashboard/stargazers)

These are the following steps to be followed up, and after installing this package you to be getting the following stuffs:

\#1. merely login &amp; dashboard of the backend of your project where you may make your own pages into your views aacording to your needs. Here is the screenshot

\#2. you are to get one helper where you may manage your theme project's logo, and facebook, twitter, Linked, Instagram , Address, and Contact email fields that you to be geeting globally into your project.

\#3. Saperately routes' file called web\_admin.php into your routes(folder) so that where youre to manage your backends routes.

\#4. And rest of the files, pages, buttons, and form you may get from \#5. if you still have any single query while installing and availing the package feel free to leave the annotations here, I will entirely help you #6. I still work to serve you my best.

Note: your frontend login will be as laravel provides, roles &amp; permission package to be installed with this dashboard that you may use. And after installing this package, make sure to check and go to the files and folders are: #1. resources/views #2. routes/web\_admin.php(where your admin means backend's routes are available). #3. config/constant.php(where your constant get defined for the users' permission). #4. Controllers/Admin(where your backend's controllers are available). #5. Controllers/Admin/Auth(where your backaend's authenticationss controllers are available).

Step:1, Run the following commands

```
php artisan make:auth

composer require guruji/dashboard

composer require spatie/laravel-permission

composer require laravelcollective/html

php artisan vendor:publish --provider="Guruji\Dashboard\DashboardServiceProvider"
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"

```

if you also want to changes then you can fire bellow command and get config file in config/permission.php.

```
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="config"

```

Step:2, Add into config/auth.php

'web\_admin' =&gt; \[ 'driver' =&gt; 'session', 'provider' =&gt; 'users', \],

Step:3, Add into User.php model

```
  use Spatie\Permission\Traits\HasRoles;

  use  HasRoles;

```

Step:4, Add into users\_table

```
use Spatie\Permission\Models\Role;

```

Step:5, Now open config/app.php file and add service provider and aliase into config/app.php

```
	'providers' => [

		....

	     Guruji\Dashboard\DashboardServiceProvider::class,
		 Spatie\Permission\PermissionServiceProvider::class,
		 Collective\Html\HtmlServiceProvider::class,

	],

	'aliases' => [

		....

		'Form' => Collective\Html\FormFacade::class,
		'Html' => Collective\Html\HtmlFacade::class,

	],

```

Step:6 Add into app/Http/Kernel.php

```
	      'web_admin' => [
	            \App\Http\Middleware\EncryptCookies::class,
	            \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
	            \Illuminate\Session\Middleware\StartSession::class,
	            // \Illuminate\Session\Middleware\AuthenticateSession::class,
	            \Illuminate\View\Middleware\ShareErrorsFromSession::class,
	            \App\Http\Middleware\VerifyCsrfToken::class,
	            \Illuminate\Routing\Middleware\SubstituteBindings::class,
	        ],

	        ....
		protected $routeMiddleware = [
			....
			'role' => \Spatie\Permission\Middlewares\RoleMiddleware::class,
			'permission' => \Spatie\Permission\Middlewares\PermissionMiddleware::class,
		]
		....

```

Step:7 Add into RoutServiceProvider.php

```
		     public function map()
		    {

		        $this->mapWebAdminRoutes();

		    }

		     protected function mapWebAdminRoutes()
		     {
		        Route::middleware('web_admin')
		             ->namespace($this->namespace)
		             ->group(base_path('routes/web_admin.php'));
		        foreach (glob(app_path() . '/Helpers/*.php') as $file) {
		            require_once($file);
		        }
		     }

```

Step:8 Run

```
php artisan migrate
php artisan db:seed --class=AdminSeeder

```

Step:9, And, here we go!

```
  http://localhost/..your_project.../password/reset
  http://localhost/..your_project.../admin/login

     id: uamitroy@gmail.com
     password: password

```

Thank You! Build Splendid Stuffs!
---------------------------------

[](#thank-you-build-splendid-stuffs)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

2257d ago

### Community

Maintainers

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

---

Top Contributors

[![sramitroy](https://avatars.githubusercontent.com/u/48920246?v=4)](https://github.com/sramitroy "sramitroy (16 commits)")

### Embed Badge

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

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

###  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)
