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

ActiveProject

toanld/laravel-module-vue-admin-panel
=====================================

The Laravel Modules Vue Admin Panel - Laravel Vue Admin Boilerplate.

00PHP

Since Aug 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/toanld/laravel-module-vue-admin-panel)[ Packagist](https://packagist.org/packages/toanld/laravel-module-vue-admin-panel)[ RSS](/packages/toanld-laravel-module-vue-admin-panel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)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)

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

[](#built-with)

- [Laravel 10](https://github.com/laravel/framework)
- [spatie/laravel-permission](https://github.com/spatie/laravel-permission)
- [Laravel Breeze](https://github.com/laravel/breeze)
- [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/php82-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 --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"`
- `./vendor/bin/sail artisan vendor:publish --provider="BalajiDharma\LaravelMenu\MenuServiceProvider"`
- `./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder`
- 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 --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"`
- `php artisan vendor:publish --provider="BalajiDharma\LaravelMenu\MenuServiceProvider"`
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
- `npm install`
- `npm run dev`
- `php artisan serve`
- Now open

### With Module

[](#with-module)

- Create new module.
- `php artisan module:make `

###### 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)

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

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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://www.gravatar.com/avatar/b884bdad7cead7cd70b807b4c4f3453d6eee6f4e7e8326b42a799553fb63eb9c?d=identicon)[toanld1905](/maintainers/toanld1905)

---

Top Contributors

[![toanld](https://avatars.githubusercontent.com/u/33773069?v=4)](https://github.com/toanld "toanld (32 commits)")[![DucMinh1994](https://avatars.githubusercontent.com/u/43994889?v=4)](https://github.com/DucMinh1994 "DucMinh1994 (23 commits)")[![phantoanit](https://avatars.githubusercontent.com/u/58323770?v=4)](https://github.com/phantoanit "phantoanit (22 commits)")

### Embed Badge

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

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

PHPackages © 2026

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