All Projects → avinashn → vue-js-crud-laravel

avinashn / vue-js-crud-laravel

Licence: other
Simple CRUD operations using Laravel and Vue.js

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to vue-js-crud-laravel

vue-crud-ui
Single file Vue.js script that adds a UI to the PHP-CRUD-API project
Stars: ✭ 47 (+74.07%)
Mutual labels:  crud, axios
Redux Tide
Simple library for redux crud normalized state and actions/selectors for it
Stars: ✭ 20 (-25.93%)
Mutual labels:  crud, axios
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (+266.67%)
Mutual labels:  crud, axios
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+77.78%)
Mutual labels:  crud
damas-core
JSON storage service. RESTful, CRUD, multi-user.
Stars: ✭ 50 (+85.19%)
Mutual labels:  crud
ui
Laravel Livewire & Bootstrap 5 UI & CRUD starter kit.
Stars: ✭ 82 (+203.7%)
Mutual labels:  crud
react-jwt-auth
React JWT Authentication & Authorization example - React.js Login and Registration example
Stars: ✭ 307 (+1037.04%)
Mutual labels:  axios
tefact
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
Stars: ✭ 244 (+803.7%)
Mutual labels:  crud
laravel-crud-generator
Generate a CRUD scaffold with validation rules like a breeze.
Stars: ✭ 137 (+407.41%)
Mutual labels:  crud
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (+62.96%)
Mutual labels:  axios
MQCMS-admin
MQCMS后台管理系统
Stars: ✭ 24 (-11.11%)
Mutual labels:  axios
CSJsonDB
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
Stars: ✭ 75 (+177.78%)
Mutual labels:  crud
shop-native
基于weex(vuejs),同时使用了vuex, vue-router, axios,包含异步(async)语法糖在安卓端不兼容的解决方案
Stars: ✭ 15 (-44.44%)
Mutual labels:  axios
node-restafary
REST for CRUD file operations
Stars: ✭ 13 (-51.85%)
Mutual labels:  crud
axios-mock-server
RESTful mock server using axios.
Stars: ✭ 33 (+22.22%)
Mutual labels:  axios
sam-python-crud-sample
This project is an example about lambda, SAM, dynamodb. This repository contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders.
Stars: ✭ 71 (+162.96%)
Mutual labels:  crud
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (+37.04%)
Mutual labels:  crud
titan-starter-website
A Laravel Website and Admin starter project that helps you with the setup.
Stars: ✭ 51 (+88.89%)
Mutual labels:  crud
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-40.74%)
Mutual labels:  axios
electron-admin-antd-vue
Electron Vue3.x Ant Design Admin template
Stars: ✭ 21 (-22.22%)
Mutual labels:  axios

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].