Laravel Admin dashboard based on light bootstrap dashboard UI template + vue-router
This project is a Laravel application based on vue version of Light bootstrap dashboard
Check the Live Demo here of Light bootstrap dashboard.
Image from cristijora/vue-light-bootstrap-dashboard
Laravel Vue Light Bootstrap Dashboard is built on top of Bootstrap 4, Vuejs and Vue-router. To get started do the following steps:
composer install
in the project folder php artisan key:generate
in the project foldernpm install
in the project folder npm run dev
in the project folder php artisan serve
in the project folder to start the development server on http://localhost:8000