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 1mo ago

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 14% 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

869d 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

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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