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:
- Download or clone the project
- Make sure you have node.js (https://nodejs.org/en/) installed
- ren .evn.example to .env
- Type
composer install
in the project folder - Type
php artisan key:generate
in the project folder - Type
npm install
in the project folder - Type
npm run dev
in the project folder - Type
php artisan serve
in the project folder to start the development server on http://localhost:8000