Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.31 KB

Laravel Vue Light Bootstrap Dashboard

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

🚀 Getting started

Laravel Vue Light Bootstrap Dashboard is built on top of Bootstrap 4, Vuejs and Vue-router. To get started do the following steps:

  1. Download or clone the project
  2. Make sure you have node.js (https://nodejs.org/en/) installed
  3. ren .evn.example to .env
  4. Type composer install in the project folder
  5. Type php artisan key:generate in the project folder
  6. Type npm install in the project folder
  7. Type npm run dev in the project folder
  8. Type php artisan serve in the project folder to start the development server on http://localhost:8000