vue-laravel-error-validator
Version:
A Vue.JS plugin that adds a global function which can be used to fill and display errors from a laravel error response
37 lines (36 loc) • 867 B
JSON
{
"name": "vue-laravel-error-validator",
"version": "2.0.0",
"description": "A Vue.JS plugin that adds a global function which can be used to fill and display errors from a laravel error response",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ivang11/vue-laravel-error-validator.git"
},
"keywords": [
"Vue",
"Vue3",
"laravel",
"validation",
"JS",
"js",
"Laravel",
"Errors",
"vue",
"vuejs",
"composition-api",
"vue3"
],
"author": "Ivan Garcia",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivang11/vue-laravel-error-validator/issues"
},
"homepage": "https://github.com/ivang11/vue-laravel-error-validator",
"peerDependencies": {
"vue": "^3.0.0"
}
}