PHPackages                             balajidharma/laravel-vue-admin-panel - 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. balajidharma/laravel-vue-admin-panel

ActiveProject[Framework](/categories/framework)

balajidharma/laravel-vue-admin-panel
====================================

The Laravel Vue Admin Panel - Laravel Vue Admin Boilerplate.

v2.1.1(1y ago)3122.4k↓87.5%99MITVuePHP ^8.2

Since Jul 12Pushed 1y ago10 watchersCompare

[ Source](https://github.com/balajidharma/laravel-vue-admin-panel)[ Packagist](https://packagist.org/packages/balajidharma/laravel-vue-admin-panel)[ RSS](/packages/balajidharma-laravel-vue-admin-panel/feed)WikiDiscussions 2.x Synced 3w ago

READMEChangelog (10)Dependencies (14)Versions (41)Used By (0)

Laravel Vue Admin Panel
=======================

[](#laravel-vue-admin-panel)

### A Single page Vue admin panel for Laravel projects.

[](#a-single-page-vue-admin-panel-for-laravel-projects)

[![Total Downloads](https://camo.githubusercontent.com/0ccaecf3a0c73c5c26b3a411529c72869d8ef630ead05dc8e2c467c669653015/68747470733a2f2f706f7365722e707567782e6f72672f62616c616a69646861726d612f6c61726176656c2d7675652d61646d696e2d70616e656c2f646f776e6c6f616473)](https://packagist.org/packages/balajidharma/laravel-vue-admin-panel)[![Latest Stable Version](https://camo.githubusercontent.com/2b540da00e6bf25cc97216d08b292c024dadc00353769303b21e249b6fcc7684/68747470733a2f2f706f7365722e707567782e6f72672f62616c616a69646861726d612f6c61726176656c2d7675652d61646d696e2d70616e656c2f762f737461626c65)](https://packagist.org/packages/balajidharma/laravel-vue-admin-panel)[![License](https://camo.githubusercontent.com/95796484d62c61d9eb4122847ec44b49984e8ad93ccbb60c1f270e2524aa6d45/68747470733a2f2f706f7365722e707567782e6f72672f62616c616a69646861726d612f6c61726176656c2d7675652d61646d696e2d70616e656c2f6c6963656e7365)](https://packagist.org/packages/balajidharma/laravel-vue-admin-panel)

[![Laravel VUE admin panel preview](https://user-images.githubusercontent.com/6037466/184547401-1c481008-e013-4ba0-b9a8-3eaf3ff7b9a1.png)](https://github.com/balajidharma/laravel-vue-admin-panel)

Built with
----------

[](#built-with)

- [Laravel 12](https://github.com/laravel/framework)
- [spatie/laravel-permission](https://github.com/spatie/laravel-permission)
- [balajidharma/laravel-menu](https://github.com/balajidharma/laravel-menu)
- [Vue 3](https://vuejs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Inertiajs](https://inertiajs.com/)
- [Admin One - Admin Dashboard](https://github.com/justboil/admin-one-vue-tailwind)

Installation
------------

[](#installation)

### With Docker Desktop

[](#with-docker-desktop)

- To get started, you need to install [Docker Desktop](https://www.docker.com/products/docker-desktop).
- You may run the following command in your terminal
- Windows open WSL2 Linux terminal. [Docker Desktop WSL 2 backend](https://docs.docker.com/desktop/windows/wsl/)
- `docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php83-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailpit,selenium"`
- `cd admin-app`
- `./vendor/bin/sail pull mysql redis meilisearch mailpit selenium`
- `./vendor/bin/sail build`
- `./vendor/bin/sail up`
- `./vendor/bin/sail npm install`
- `./vendor/bin/sail npm run dev`
- `./vendor/bin/sail artisan vendor:publish --tag=admin-core`
- `./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder`
- `./vendor/bin/sail artisan storage:link`
- Now open

### Without Docker Desktop

[](#without-docker-desktop)

- To get started, you need to install [PHP Composer](https://getcomposer.org/).
- `composer create-project balajidharma/laravel-vue-admin-panel admin-app`
- `cd admin-app`
- Create a new MYSQL database and update database details in `.env` file
- `php artisan vendor:publish --tag=admin-core`
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
- `php artisan storage:link`
- `npm install`
- `npm run dev`
- `php artisan serve`
- Now open

###### Super Admin Login

[](#super-admin-login)

- Email -
- Password - password

#### Admin Configuration:

[](#admin-configuration)

To change the Admin Prefix, change `prefix` on `config/admin.php` or add the `ADMIN_PREFIX` on env

```
'prefix' => env('ADMIN_PREFIX', 'admin'),
```

Also Try
--------

[](#also-try)

- [Build a Vue admin panel from scratch](https://blog.devgenius.io/laravel-creates-a-vue-admin-panel-from-scratch-part-1-installation-and-authentication-56c451d4d697)
- [Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel)

Update guide
------------

[](#update-guide)

Encountering errors post `composer update`? Reset the database and re-publish vendor assets to resolve issues.

```
php artisan vendor:publish --tag=admin-core  --force

php artisan migrate --seed --seeder=AdminCoreSeeder

```

Screenshots
-----------

[](#screenshots)

 [![](https://user-images.githubusercontent.com/6037466/184546912-efd044ad-cb66-4057-9eee-e9c53447763b.png)](https://user-images.githubusercontent.com/6037466/184546912-efd044ad-cb66-4057-9eee-e9c53447763b.png)

 [![](https://user-images.githubusercontent.com/6037466/184546928-0de1d84a-4dd9-4f7b-a3ac-b848209d0aef.png)](https://user-images.githubusercontent.com/6037466/184546928-0de1d84a-4dd9-4f7b-a3ac-b848209d0aef.png)

 [![](https://user-images.githubusercontent.com/6037466/184547401-1c481008-e013-4ba0-b9a8-3eaf3ff7b9a1.png)](https://user-images.githubusercontent.com/6037466/184547401-1c481008-e013-4ba0-b9a8-3eaf3ff7b9a1.png)

 [![](https://user-images.githubusercontent.com/6037466/184547433-25f6a5a6-4e53-4448-948a-82f18a58d84c.png)](https://user-images.githubusercontent.com/6037466/184547433-25f6a5a6-4e53-4448-948a-82f18a58d84c.png)

 [![](https://user-images.githubusercontent.com/6037466/184547446-d482df44-0835-4a37-8482-83d5279269fb.png)](https://user-images.githubusercontent.com/6037466/184547446-d482df44-0835-4a37-8482-83d5279269fb.png)

 [![](https://user-images.githubusercontent.com/6037466/184570672-6413384d-a5c4-461b-9c8e-d97ede29a21f.png)](https://user-images.githubusercontent.com/6037466/184570672-6413384d-a5c4-461b-9c8e-d97ede29a21f.png)

License
-------

[](#license)

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

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance42

Moderate activity, may be stable

Popularity40

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% 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 ~25 days

Recently: every ~52 days

Total

39

Last Release

475d ago

Major Versions

1.x-dev → v2.0.02024-03-13

PHP version history (3 changes)v1.0.1PHP ^8.0.2

v1.0.14PHP ^8.1

1.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/659e364f468af984cb298c67c79b4d671d890aa226875f0090c360fd35fc1358?d=identicon)[balajidharma](/maintainers/balajidharma)

---

Top Contributors

[![balajidharma](https://avatars.githubusercontent.com/u/6037466?v=4)](https://github.com/balajidharma "balajidharma (141 commits)")[![aremesal](https://avatars.githubusercontent.com/u/537762?v=4)](https://github.com/aremesal "aremesal (1 commits)")[![emtiazzahid](https://avatars.githubusercontent.com/u/10188029?v=4)](https://github.com/emtiazzahid "emtiazzahid (1 commits)")[![manianrezaei](https://avatars.githubusercontent.com/u/39521235?v=4)](https://github.com/manianrezaei "manianrezaei (1 commits)")

---

Tags

admin-dashboardadmin-paneladmin-templateadminltelaravellaravel-adminlaravel-admin-panellaravel-vuelaravel-vue-adminphpvuevuejsframeworklaravelboilerplateadmin-panel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/balajidharma-laravel-vue-admin-panel/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.4k169.0k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.6k33.4k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[balajidharma/basic-laravel-admin-panel

The Baic Laravel Admin Panel - Laravel Admin Boilerplate

2332.6k](/packages/balajidharma-basic-laravel-admin-panel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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