PHPackages                             wahid09/laravel-quick-admin - 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. [Framework](/categories/framework)
4. /
5. wahid09/laravel-quick-admin

ActiveProject[Framework](/categories/framework)

wahid09/laravel-quick-admin
===========================

Laravel QuickAdmin is a web-based starter kit to help to start a large application without thinking about authentication, authorization, and role-based permission.

v1.0.1(3y ago)421MITPHPPHP 8.1.4

Since Aug 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/wahid09/Laravel-QuickAdmin)[ Packagist](https://packagist.org/packages/wahid09/laravel-quick-admin)[ RSS](/packages/wahid09-laravel-quick-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (21)Versions (3)Used By (0)

About QuickAdmin
================

[](#about-quickadmin)

[![Build Status](https://camo.githubusercontent.com/c59043e0b28eab034f19dabc49c9222c43e3fbe5e0c6bc2837a5c0086132a211/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2f6672616d65776f726b2e737667)](https://travis-ci.org/laravel/framework)[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/laravel/framework)

QuickAdmin is a web-based starter kit to help to start a large application without thinking about authentication, authorization, and role-based permission.

- The codebase is structured by a Repository pattern.
- Laravel Ui is used for authentication.

QuickAdmin is accessible, powerful, and provides tools required for large, robust applications.

###### Prerequisite

[](#prerequisite)

- PHP &gt;= 8.1

Getting Started
===============

[](#getting-started)

- First clone the project and change the directory

```
git clone https://github.com/wahid09/QuickAdmin.git
cd QuickAdmin
```

- Install Dependencies

1. install composer

```
composer install
```

2. Copy `.env.example` to `.env`

```
cp .env.example .env
```

3. Generate application key

```
php artisan key:generate
```

4. Databse migrations

```
php artisan migrate:refresh --seed
```

5. Start the webserver

```
php artisan serve
```

###### Super Admin Login

[](#super-admin-login)

- Email:
- Password: password

Role and Permission:
====================

[](#role-and-permission)

The QuickAdmin provides dynamic ACL in a single action of every user. To achieve this functionality use the below code in your controller method.

```
Gate::authorize('permission slug');
```

e.g

```
public function store(ModuleRequest $request){
       Gate::authorize('module-create');
        //code
}
```

Blade directive for sidebar menu control.

```
@permission('permission slug')
//code
@endpermission
```

###### User log activity control:

[](#user-log-activity-control)

To track the record of user activity using the below code in every action method in your controller.

```
\LogActivity::addToLog('user action');
```

###### License

[](#license)

The QuickAdmin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~4 days

Total

2

Last Release

1351d ago

PHP version history (2 changes)1.0.0PHP ^7.3

v1.0.1PHP 8.1.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b0616839c845f07c11dcd0ef563cb642dee111e66b4d1f84e74268a3fa1a3ea?d=identicon)[wahid09](/maintainers/wahid09)

---

Top Contributors

[![wahid09](https://avatars.githubusercontent.com/u/18401601?v=4)](https://github.com/wahid09 "wahid09 (28 commits)")[![maseh87](https://avatars.githubusercontent.com/u/2942583?v=4)](https://github.com/maseh87 "maseh87 (19 commits)")[![zahanaSoft](https://avatars.githubusercontent.com/u/100187058?v=4)](https://github.com/zahanaSoft "zahanaSoft (1 commits)")

---

Tags

jwt-authenticationlaravellaravel-acllaravel-boilerplatelaravel-frameworklaravel-jwt-authenticationframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wahid09-laravel-quick-admin/health.svg)

```
[![Health](https://phpackages.com/badges/wahid09-laravel-quick-admin/health.svg)](https://phpackages.com/packages/wahid09-laravel-quick-admin)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)[lavalite/cms

Lavalite - The Laravel CMS.

2.9k56.3k](/packages/lavalite-cms)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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