asilvabe / vue-js-crud-laravel

Simple CRUD operations using Laravel and Vue.js

Home Page:https://justlaravel.com/vue-js-crud-laravel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • Laravel manages the frontend tools like vue using npm. So run npm install to get all the required dependencies.
  • It needs a database table to perform CRUD operations on it. Find and import the sql file located at /resources/assets/vue_crud.sql.
  • Run
    php artisan key:generate

Working Demo

You can see the demo of the project here

Reference Post

https://justlaravel.com/vue-js-crud-laravel/

About

Simple CRUD operations using Laravel and Vue.js

https://justlaravel.com/vue-js-crud-laravel/


Languages

Language:PHP 91.4%Language:HTML 8.0%Language:Vue 0.7%