PHPackages                             amirhossein-ceh/laravue - 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. amirhossein-ceh/laravue

ActiveProject

amirhossein-ceh/laravue
=======================

A beautiful dashboard for Laravel built by VueJS

00[28 PRs](https://github.com/amirhossein-ceh/laravue/pulls)Vue

Since Mar 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/amirhossein-ceh/laravue)[ Packagist](https://packagist.org/packages/amirhossein-ceh/laravue)[ RSS](/packages/amirhossein-ceh-laravue/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (29)Used By (0)

 [![](https://camo.githubusercontent.com/720e461f0dd0612c8f89237ee3ae843cf4e4d6f3372081c3e4bc122a9f25c49d/68747470733a2f2f6370352e736770312e63646e2e6469676974616c6f6365616e7370616365732e636f6d2f7a6f726f2f6c6172617675652d63646e2f6c6172617675652d6c6f676f2d6c696e652e706e67)](https://camo.githubusercontent.com/720e461f0dd0612c8f89237ee3ae843cf4e4d6f3372081c3e4bc122a9f25c49d/68747470733a2f2f6370352e736770312e63646e2e6469676974616c6f6365616e7370616365732e636f6d2f7a6f726f2f6c6172617675652d63646e2f6c6172617675652d6c6f676f2d6c696e652e706e67)

 [ ![vue](https://camo.githubusercontent.com/5a0d54f0e976b444b83cf2c0d6813f48e76d506f0e76406470b3b89aae61a62b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d362e392d627269676874677265656e2e737667) ](https://laravel.com) [ ![vue](https://camo.githubusercontent.com/d7fee8c181768acce8992ecb99708792b4ae930c624cd65ce19c5f81a3b815be/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7675652d322e362e31302d627269676874677265656e2e737667) ](https://github.com/vuejs/vue) [ ![element-ui](https://camo.githubusercontent.com/8afd4a9f1d1cf008e76263479e6e178bea28d8258b50c35db6cbb55989d71db6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f656c656d656e742d2d75692d322e31332e302d627269676874677265656e2e737667) ](https://github.com/ElemeFE/element) [ ![license](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667) ](https://github.com/tuandm/laravue/blob/master/LICENSE)

Laravue
=======

[](#laravue)

[Laravue](https://laravue.dev) (pronounced /ˈlarəvjuː/) is a beautiful dashboard combination of [Laravel](https://laravel.com/), [Vue.js](https://github.com/vuejs/vue) and the UI Toolkit [Element](https://github.com/ElemeFE/element). The work is inspired by [vue-element-admin](http://panjiachen.github.io/vue-element-admin) with our love on top of that. With the powerful Laravel framework as the backend, Vue.js as the high performance on the frontend, Laravue appears to be a full-stack solution for an enterprise application level.

Documentation:

Screenshot
----------

[](#screenshot)

 [![](https://camo.githubusercontent.com/e1b665d8abdbbc0a9ac4187c9cffc95e6bb46526b3545d29318c73a004d9d7ec/68747470733a2f2f63646e2e6c6172617675652e6465762f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/e1b665d8abdbbc0a9ac4187c9cffc95e6bb46526b3545d29318c73a004d9d7ec/68747470733a2f2f63646e2e6c6172617675652e6465762f73637265656e73686f742e706e67)

Getting started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- Laravue is positioned as an enterprise management solution, and it is highly recommended to use it to start from scratch.
- For existing Laravel project, you should check [Laravue Core](https://github.com/tuandm/laravue-core) for integration.
- Your machine needs to be ready for the latest [Laravel](https://laravel.com/docs/6.x#installation) and [Node.js](https://nodejs.org).

### Installing

[](#installing)

#### Manual

[](#manual)

```
# Clone the project and run composer
composer create-project amirhossein-ceh/laravue
cd laravue

# Migration and DB seeder (after changing your DB settings in .env)
php artisan migrate --seed

# Generate JWT secret key
php artisan jwt:secret

# Install dependency - we recommend using Yarn instead of NPM since we get errors while using NPM
yarn install

# develop
yarn run dev # or yarn run watch

# Build on production
yarn run production
```

#### Docker

[](#docker)

```
docker-compose up -d
```

Run database migration and seed within Docker container

```
# Get laravel docker container ID from containers list
docker ps

docker exec -it  php artisan migrate --seed
# Where  is the "laravel" container name, ex: docker_laravel_1
```

`yarn` commands are also supported:

```
docker exec -it  yarn run watch
# Where  is the "laravel" container name, ex: docker_laravel_1
...
```

Running the tests
-----------------

[](#running-the-tests)

- Tests system is under development

Deployment and/or CI/CD
-----------------------

[](#deployment-andor-cicd)

This project uses [Envoy](https://laravel.com/docs/5.8/envoy) for deployment, and [GitLab CI/CD](https://about.gitlab.com/product/continuous-integration/). Please check `Envoy.blade.php` and `.gitlab-ci.yml` for more detail.

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

[](#built-with)

- [Laravel](https://laravel.com/) - The PHP Framework For Web Artisans
- [VueJS](https://vuejs.org/) - The Progressive JavaScript Framework
- [Element](https://element.eleme.io/) - A Vue 2.0 based component library for developers, designers and product managers
- [Vue Admin Template](https://github.com/PanJiaChen/vue-admin-template) - A minimal vue admin template with Element UI

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, please look at the [release tags](https://github.com/tuandm/laravue/tags) on this repository.

Authors
-------

[](#authors)

- **Tuan Duong** - *Initial work* - [tuandm](https://github.com/tuandm).
- **Tony Tin Nguyen** - *Frontend and Designer* - [nguyenquangtin](https://github.com/nguyenquangtin).

See also the list of [contributors](https://github.com/tuandm/laravue/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.

Related projects
----------------

[](#related-projects)

- [Laravue-core](https://github.com/tuandm/laravue-core) - Laravel package which provides core functionalities of Laravue.

Acknowledgements
----------------

[](#acknowledgements)

- [vue-element-admin](https://panjiachen.github.io/vue-element-admin/#/) A magical vue admin which insprited Laravue project.
- [tui.editor](https://github.com/nhnent/tui.editor) - Markdown WYSIWYG Editor.
- [Echarts](http://echarts.apache.org/) - A powerful, interactive charting and visualization library for browser.

Donate
------

[](#donate)

If you find this project useful, you can [buy me a coffee](https://www.buymeacoffee.com/tuandm)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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://www.gravatar.com/avatar/88e3537191bf9d0f0da399d148e18a949576039996dd8e6ae4ee685c93d6bbe6?d=identicon)[amirhossein\_ceh](/maintainers/amirhossein_ceh)

---

Top Contributors

[![restcore-framework](https://avatars.githubusercontent.com/u/51448771?v=4)](https://github.com/restcore-framework "restcore-framework (4 commits)")[![amirhossein-ceh](https://avatars.githubusercontent.com/u/61713552?v=4)](https://github.com/amirhossein-ceh "amirhossein-ceh (1 commits)")

### Embed Badge

![Health badge](/badges/amirhossein-ceh-laravue/health.svg)

```
[![Health](https://phpackages.com/badges/amirhossein-ceh-laravue/health.svg)](https://phpackages.com/packages/amirhossein-ceh-laravue)
```

PHPackages © 2026

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