Skip to content

ansezz/laravel-vue-paper-dashboard

 
 

Repository files navigation

Admin dashboard based on paper dashboard UI template + vue-router

This project is a Laravel Vue version of Paper-dashboard designed for Laravel VueJs developers.The dashboard includes vue-router and vuex

Check the Live Demo here.

#Setup

composer install         #to install Laravel and third party packages
cp .env.example .env     #to configure installation
php artisan key:generate #to generate unique key for the project
npm install              #to install npm dependencies
npm run dev              #to build app.js with laravel mix
php artisan serve        #to serve application on localhost:8000

Nuxt Version

About

Laravel version of Creative Tim Paper Dashboard made for Vue

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 59.6%
  • PHP 39.8%
  • HTML 0.6%