PHPackages                             webdevifti/admindash - 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. [Templating &amp; Views](/categories/templating)
4. /
5. webdevifti/admindash

ActiveLibrary[Templating &amp; Views](/categories/templating)

webdevifti/admindash
====================

A Laravel package for admin dashboard views

v1.0.0(2y ago)031MITBlade

Since Dec 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/webdevifti/laravel-admin-ui-pkg)[ Packagist](https://packagist.org/packages/webdevifti/admindash)[ RSS](/packages/webdevifti-admindash/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

### Installation

[](#installation)

As I make it Admin dashboard ui that why first of all you need to install `laravel ui` and `ui bootstrap --auth`. How can you make this .

```
composer require laravel/ui

```

Then

```
php artisan ui bootstrap --auth

```

Migrate the tables

```
php artisan migrate

```

command

Now You can install my package with this command

```
composer require webdevifti/admindash

```

publish the vendor with this command

```
php artisan vendor:publish

```

Thend select the vendor which name is

```
Webdevifti\Admindash\AdminDashServiceProvider

```

Now time to make some changes on some files

Modify the code on `app/Providers/RouteServiceProvider.php` file

```
public const HOME = "/admin/dashboard";
```

Put there block of code on you `routes/web.php` file

```
Route::middleware(['auth:web'])->prefix('admin')->name('admin.')->group(function () {
    Route::get('/dashboard', [HomeController::class, 'index'])->name('home');
});
```

Now go to `app/Http/Controllers/HomeController.php` file and make some change on `index()` method. Change the **views** directory to

```
public function index(){
	return view('vendor.admindash.admin.index');
}
```

You can **delete** these file and directory now `auth/``views/home.blade.php ``views/layouts/`

On `vendor/admindash/auth` directory cut the auth folder and paste on `views/` this direcotry

Thank You.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

915d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8906d6e6defe3777d42e9bf66de5612991f8a620d0d3bbbfcfd5bfb71f80fad2?d=identicon)[webdevifti](/maintainers/webdevifti)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webdevifti-admindash/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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