ariefnhidayah / simple_crud_laravel_vue

This repository is a simple CRUD system with laravel & vue js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Simple CRUD with Laravel & Vue JS

This is a simple CRUD system with Laravel and Vue JS, and use MySQL for database system.

Pre-Installation

Before you install this repo, you must install Node JS and you must install Laravel in your computer. And you must create database with name "laravel_dasar" for save data in database. After that you can clone this project with running this script.

git clone https://github.com/ariefnhidayah/simple_crud_laravel_vue

Installation

Before you running this project, you must running script for install package Node JS. Running this script.

npm install

And you must run migrate database in Laravel. Running this script.

php artisan migrate

Run Project

You can write this command for run this repository

php artisan serve

And

npm run watch

Tools Used

HTML CSS PHP Laravel MySQL Vue JS

About

This repository is a simple CRUD system with laravel & vue js


Languages

Language:PHP 72.1%Language:Blade 22.1%Language:Vue 5.3%Language:Shell 0.5%