PHPackages                             dinuka/quickadmin - 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. dinuka/quickadmin

ActiveLibrary[Admin Panels](/categories/admin)

dinuka/quickadmin
=================

Package for creating Custom adminpanel in Laravel 5

017CSS

Since Nov 7Pushed 9y agoCompare

[ Source](https://github.com/DinukaGayan/LaravelAdmin)[ Packagist](https://packagist.org/packages/dinuka/quickadmin)[ RSS](/packages/dinuka-quickadmin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Please Do not Download this Project.it is still on Testing

composer require dinuka/quickadmin dev-master.

Add Laraveldaily\\Quickadmin\\QuickadminServiceProvider::class, to your \\config\\app.php providers after App\\Providers\\RouteServiceProvider::class, otherwise you will not be able to add new ones to freshly generated controllers.

Configure your .env file with correct database information

Run php artisan quickadmin:install and fill the required information.

Register middleware 'role' =&gt; \\Laraveldaily\\Quickadmin\\Middleware\\HasPermissions::class, in your App\\Http\\Kernel.php at $routeMiddleware Access QuickAdmin panel by visiting .

in Illuminate\\Foundation\\Auth\\ResetsPasswords.php replace following function .

public function reset(Request $request) {

```
    $this->email = DB::table('password_resets')->where('token', $request->token)->value('email');

    $this->validate($request, [
        'token' => 'required',
        'password' => 'required|confirmed|min:6',
    ]);

    // Here we will attempt to reset the user's password. If it is successful we
    // will update the password on an actual user model and persist it to the
    // database. Otherwise we will parse the error and return the response.
    $response = $this->broker()->reset(
        $this->credentials($request), function ($user, $password) {
            $user->email = $this->email;
            $this->resetPassword($user, $password);
        }
    );

    // If the password was successfully reset, we will redirect the user back to
    // the application's home authenticated view. If there is an error we can
    // redirect them back to where they came from with their error message.
    return $response == Password::PASSWORD_RESET
                ? $this->sendResetResponse($response)
                : $this->sendResetFailedResponse($request, $response);
}

```

Searching 7165 files for "/home"

C:\\Users\\dinuka\\Desktop\\LARAVEL\\testgithub\\app\\Http\\Controllers\\Auth\\RegisterController.php: 28 \* @var string 29 */ 30: protected $redirectTo = '/home'; 31
32 /*\*

C:\\Users\\dinuka\\Desktop\\LARAVEL\\testgithub\\app\\Http\\Middleware\\RedirectIfAuthenticated.php: 19 { 20 if (Auth::guard($guard)-&gt;check()) { 21: return redirect('/home'); 22 } 23

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/111106641?v=4)[dinukz](/maintainers/dinukz)[@Dinukz](https://github.com/Dinukz)

---

Top Contributors

[![DinukaGayan](https://avatars.githubusercontent.com/u/23079689?v=4)](https://github.com/DinukaGayan "DinukaGayan (14 commits)")

### Embed Badge

![Health badge](/badges/dinuka-quickadmin/health.svg)

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

PHPackages © 2026

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