Search by

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. Email us for help if needed.

Package info

gitlab.com/laravel-volcano/lvform

Issues

pkg:composer/laravel-volcano/lvform

Statistics

Installs: 283

Dependents: 0

Suggesters: 0

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: {}
});