PHPackages                             aliqasemzadeh/quickpanel - 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. aliqasemzadeh/quickpanel

ActiveProject[Framework](/categories/framework)

aliqasemzadeh/quickpanel
========================

QuickPanel is TALL stack based Laravel application.

0.0.2(8mo ago)011MITPHPPHP ^8.2

Since Aug 23Pushed 6mo agoCompare

[ Source](https://github.com/aliqasemzadeh/quickpanel)[ Packagist](https://packagist.org/packages/aliqasemzadeh/quickpanel)[ RSS](/packages/aliqasemzadeh-quickpanel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (20)Versions (4)Used By (0)

QuickPanel
==========

[](#quickpanel)

QuickPanel is a modern admin panel starter built on the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire). It ships with authentication, authorization, localization, beautiful datagrids, modals/toasts, and developer tooling to help you start building dashboards and back-office applications quickly.

View project screenshots in the [screenshots](screenshots/) folder.

Tech Stack
----------

[](#tech-stack)

- PHP ^8.2, Laravel ^12
- Livewire ^3 (SPA-like interactions without heavy JS)
- Tailwind CSS + Vite
- Alpine.js
- Spatie Laravel Permission ^6 (roles/permissions)
- PowerGrid ^6 (tables, filters, export)
- Livewire Modal (elegantly/livewire-modal)
- Livewire Toaster (masmerise/livewire-toaster)
- Localization: mcamara/laravel-localization, laravel-lang/common
- Social login: laravel/socialite
- Log management: opcodesio/log-viewer

Requirements
------------

[](#requirements)

- PHP 8.2+
- Composer
- Node.js 18+ (20+ recommended) and npm
- A database (MySQL/MariaDB/PostgreSQL/SQLite). SQLite works out of the box in dev.
- Redis (optional) for queues/caching

Getting Started
---------------

[](#getting-started)

1. Clone and install dependencies

- git clone quickpanel
- cd quickpanel
- composer install
- npm install

2. Environment

- cp .env.example .env (on Windows: copy .env.example .env)
- Set DB connection in .env (or use SQLite by setting DB\_CONNECTION=sqlite)
- Set APP\_NAME, APP\_URL (for example ), MAIL\_ settings for email verification

3. App key and database

- php artisan key:generate
- If using SQLite, ensure database/database.sqlite exists (create an empty file)
- php artisan migrate
- (Optional) php artisan db:seed if you add seeders for roles/users

4. Run the app (two options)

- Separate terminals:
    - php artisan serve
    - php artisan queue:listen --tries=1
    - npm run dev
- Or one command using Composer script:
    - composer run dev This uses npx concurrently to run server, queue listener, and Vite.

Open  (or your APP\_URL).

Laravel Setup
-------------

[](#laravel-setup)

You can use laravel `composer setup` to install quickpanel.

Features at a Glance
--------------------

[](#features-at-a-glance)

- Authentication with email verification (Livewire components under resources/views/livewire/auth)
- User dashboard and settings (including password change)
- Role/Permission integration via Spatie Permission
- DataTables/Grids via PowerGrid (filters, export, actions)
- Modals and toast notifications for great UX
- Multi-language and locale-aware routes via Laravel Localization
- Optional social authentication via Socialite
- Log Viewer at /log-viewer (guard as needed)

Configuration Notes
-------------------

[](#configuration-notes)

- Queues: The development script uses queue:listen. For production, use a supervisor with queue:work.
- Localization:
    - mcamara/laravel-localization adds localized routes. Configure locales in config/laravellocalization.php.
    - laravel-lang/common provides language lines. Your custom lines are under lang//quickpanel.php
- Permissions:
    - After defining roles/permissions, consider seeding them and calling php artisan permission:cache-reset when changing them.
- Socialite: Add provider credentials to .env (e.g., GITHUB\_CLIENT\_ID, GITHUB\_CLIENT\_SECRET, GITHUB\_REDIRECT\_URL) and wire up controllers/routes.
- Log Viewer: opcodesio/log-viewer exposes a UI to browse logs. Protect the route in production.

Security &amp; Contributions
----------------------------

[](#security--contributions)

Please open issues or PRs in this repository. For security concerns, contact the maintainer privately and avoid filing public issues with exploit details.

License
-------

[](#license)

MIT License. See LICENSE file if present; otherwise assume MIT per composer.json.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance67

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

259d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/343c1e5a97c9d4798487a448349575d53172304e98566460c87cb03837a9824d?d=identicon)[aliqasemzadeh](/maintainers/aliqasemzadeh)

---

Top Contributors

[![aliqasemzadeh](https://avatars.githubusercontent.com/u/26847446?v=4)](https://github.com/aliqasemzadeh "aliqasemzadeh (197 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/aliqasemzadeh-quickpanel/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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