Laravel VueJS Pagination And CRUD

Overview

Working ElementUI Pagination component with Laravel Backend

Features

  • VueJS pagination with Laravel
  • CRUD with VueJS, Laravel

Requirements

  • Laravel – 5.6
  • VueJS – 2.5.7
  • Sweet Alert – 2.1.0
  • Axios – 0.18
  • Bootstrap – 4.0
  • Froala Design Blocks – 1.0.2

Instructions

  • Change directory to root folder
  • run `composer update`
  • copy .env.example into .env
  • update local db parameters into .env file
  • run `php artisan migrate`  to create all tables
  • run `php artisan db:seed` to seed user tables
  • run `npm install`
  • run `npm run watch`
  • run `php artisan serve`

open localhost:8000 in browser to view page.

Related