{"id":13398781,"url":"https://github.com/tuandm/laravue","last_synced_at":"2025-05-14T02:05:57.401Z","repository":{"id":37546179,"uuid":"167816152","full_name":"tuandm/laravue","owner":"tuandm","description":"Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev","archived":false,"fork":false,"pushed_at":"2023-04-19T19:50:20.000Z","size":18744,"stargazers_count":2211,"open_issues_count":75,"forks_count":643,"subscribers_count":95,"default_branch":"master","last_synced_at":"2025-05-08T12:57:58.406Z","etag":null,"topics":["admin","admin-dashboard","axios","dashboard","jwt","laravel","php","vue","vue-router","vuejs","vuex","webpack"],"latest_commit_sha":null,"homepage":"https://laravue.dev","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuandm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-27T14:10:01.000Z","updated_at":"2025-04-29T12:55:44.000Z","dependencies_parsed_at":"2024-01-18T05:20:17.043Z","dependency_job_id":"41ced4ad-dbc6-4be0-a91b-f4591153ad18","html_url":"https://github.com/tuandm/laravue","commit_stats":{"total_commits":4930,"total_committers":677,"mean_commits":7.282127031019202,"dds":0.4040567951318459,"last_synced_commit":"b56ec7526e47f06a37ca79cc356f545fcef21f34"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandm%2Flaravue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandm%2Flaravue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandm%2Flaravue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandm%2Flaravue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuandm","download_url":"https://codeload.github.com/tuandm/laravue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-dashboard","axios","dashboard","jwt","laravel","php","vue","vue-router","vuejs","vuex","webpack"],"created_at":"2024-07-30T19:00:31.630Z","updated_at":"2025-05-14T02:05:52.382Z","avatar_url":"https://github.com/tuandm.png","language":"Vue","funding_links":["https://www.buymeacoffee.com/tuandm"],"categories":["Podcast","Vue","Admin templates"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"320\" src=\"https://cp5.sgp1.cdn.digitaloceanspaces.com/zoro/laravue-cdn/laravue-logo-line.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://laravel.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/laravel-7.3-brightgreen.svg\" alt=\"vue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/vuejs/vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vue-2.6.10-brightgreen.svg\" alt=\"vue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ElemeFE/element\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/element--ui-2.13.0-brightgreen.svg\" alt=\"element-ui\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/tuandm/laravue/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg\" alt=\"license\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Laravue\n[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.\n\nDocumentation: [https://doc.laravue.dev](https://doc.laravue.dev)\n\n## Screenshot\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"900\" src=\"https://cdn.laravue.dev/screenshot.png\"\u003e\n\u003c/p\u003e\n\n## Getting started\n\n### Prerequisites\n\n * Laravue is positioned as an enterprise management solution, and it is highly recommended to use it to start from scratch.\n * For existing Laravel project, you should check [Laravue Core](https://github.com/tuandm/laravue-core) for integration.\n * Your machine needs to be ready for the latest [Laravel](https://laravel.com/docs/6.x#installation) and [Node.js](https://nodejs.org).\n\n\n### Installing\n#### Manual\n\n```bash\n# Clone the project and run composer\ncomposer create-project tuandm/laravue\ncd laravue\n\n# Migration and DB seeder (after changing your DB settings in .env)\nphp artisan migrate --seed\n\n# Install dependency with NPM\nnpm install\n\n# develop\nnpm run dev # or npm run watch\n\n# Build on production\nnpm run production\n```\n\n#### Docker\n```sh\ndocker-compose up -d\n```\nBuild static files within Laravel container with npm\n```sh\n# Get laravel docker container ID from containers list\ndocker ps\n\ndocker exec -it \u003ccontainer ID\u003e npm run dev # or npm run watch\n# Where \u003ccontainer ID\u003e is the \"laravel\" container name, ex: src_laravel_1\n```\nOpen http://localhost:8000 (laravel container port declared in `docker-compose.yml`) to access Laravue\n\n## Running the tests\n* Tests system is under development\n\n## Deployment and/or CI/CD\nThis 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.\n\n## Built with\n* [Laravel](https://laravel.com/) - The PHP Framework For Web Artisans\n* [Laravel Sanctum](https://github.com/laravel/sanctum/) - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.\n* [spatie/laravel-permission](https://github.com/spatie/laravel-permission) - Associate users with permissions and roles.\n* [VueJS](https://vuejs.org/) - The Progressive JavaScript Framework\n* [Element](https://element.eleme.io/) - A  Vue 2.0 based component library for developers, designers and product managers\n* [Vue Admin Template](https://github.com/PanJiaChen/vue-admin-template) - A minimal vue admin template with Element UI\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe 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.\n\n## Authors\n\n* **Tuan Duong** - *Initial work* - [tuandm](https://github.com/tuandm).\n* **Tony Tin Nguyen** - *Frontend and Designer* - [nguyenquangtin](https://github.com/nguyenquangtin).\n\nSee also the list of [contributors](https://github.com/tuandm/laravue/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.\n\n## Related projects\n\n* [Laravue-core](https://github.com/tuandm/laravue-core) - Laravel package which provides core functionalities of Laravue.\n\n## Acknowledgements\n\n* [vue-element-admin](https://panjiachen.github.io/vue-element-admin/#/) A magical vue admin which insprited Laravue project.\n* [tui.editor](https://github.com/nhnent/tui.editor) - Markdown WYSIWYG Editor.\n* [Echarts](http://echarts.apache.org/) - A powerful, interactive charting and visualization library for browser.\n\n## Donate\nIf you find this project useful, you can [buy me a coffee](https://www.buymeacoffee.com/tuandm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuandm%2Flaravue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuandm%2Flaravue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuandm%2Flaravue/lists"}