Laravue (pronounced /ˈlarəvjuː/) is a beautiful dashboard combination of Laravel, Vue.js and the UI Toolkit Element. The work is inspired by 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: https://doc.laravue.dev
- 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 for integration.
- Your machine needs to be ready for the latest Laravel and Node.js.
# Clone the project and run composer
composer create-project tuandm/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
- Tests system is under development
This project uses Envoy for deployment, and GitLab CI/CD. Please check Envoy.blade.php
and .gitlab-ci.yml
for more detail.
- Laravel - The PHP Framework For Web Artisans
- VueJS - The Progressive JavaScript Framework
- Element - A Vue 2.0 based component library for developers, designers and product managers
- Vue Admin Template - A minimal vue admin template with Element UI
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, please look at the release tags on this repository.
- Tuan Duong - Initial work - tuandm.
- Tony Tin Nguyen - Frontend and Designer - nguyenquangtin.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Laravue-core - Laravel package which provides core functionalities of Laravue.
- vue-element-admin A magical vue admin which insprited Laravue project.
- tui.editor - Markdown WYSIWYG Editor.
- Echarts - A powerful, interactive charting and visualization library for browser.
If you find this project useful, you can buy me a coffee