There is no license information available for the latest version (1.1.4) of this package.

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.1.4 2020-03-19 11:38 UTC

This package is auto-updated.

Last update: 2021-07-19 13:41:13 UTC


README

Install assets

php artisan vendor:publish --provider="LaravelVolcano\LVForm\ServiceProvider"

Install components

import Vue from ...;
import Axios from ...;
import Swal from ...;
import jQuery from ...;
// import jQuery.select2
// import jQuery.selectpicker

import lvform from '../vendor/laravel-volcano/lvform/app';

lvform(Vue, Axios, Swal, jQuery);

// Instanciate Vue
const app = new Vue({
    el: '#app',
    data: {}
});