Vue JS CRUD - How to Insert data using API in Vue JS | Insert data using Laravel API in Vue 3 axios

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 12

  • @hubesh716
    @hubesh716 Рік тому

    sir in upcoming react + Laravel series can we do image upload crud

  • @SarvanThakor-t9g
    @SarvanThakor-t9g Рік тому

    very very good explain sir

  • @diaguitounkara9578
    @diaguitounkara9578 Рік тому

    Cool Sir

  • @mdmuradhosen985
    @mdmuradhosen985 10 місяців тому

    Error not detected when we submit button with blank data



    Add Products


    {{ error[0] }}


    Name





    Detail





    Save





    import axios from 'axios';
    export default {
    name: 'productAdd',
    data() {
    return {
    errorList: '',
    model: {
    product: {
    name: '',
    detail: ''
    }
    }
    }
    },
    methods: {
    saveProduct()
    {
    var mythis = this;
    axios.post('localhost:8000/api/products', this.model.product)
    .then (res => {
    console.log(res.data)
    alert(res.data.message);
    this.model.product = {
    name: '',
    detail: ''
    }
    this.errorList = ''
    })
    .catch(function (error) {
    if (error.response)
    {

    if(error.response.status == 422)
    {
    mythis.errorList = error.response.data.errors;
    }

    }
    else if (error.request)
    {
    console.log(error.request);
    }
    else
    {

    console.log('Error', error.message);
    }
    });


    }
    }
    }

  • @satyanarayanaG-bs4ld
    @satyanarayanaG-bs4ld Рік тому

    What is that extension you have installed

  • @ntec22
    @ntec22 Рік тому

    Nice

  • @anindaputriardhana8322
    @anindaputriardhana8322 Рік тому

    source kode please

  • @jcsegura6541
    @jcsegura6541 Рік тому

    no se ve nada de nada el video corrompido