2017 © Pedro Peláez
 

library formidable

Vue.js form generator for Laravel

image

plokko/formidable

Vue.js form generator for Laravel

  • Friday, February 9, 2018
  • by plokko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Formidable

Packagist Packagist Packagist, (*1)

A Laravel Vue.js form builder, (*2)

Installation

Install via composer, (*3)

composer require plokko/formidable

Register Service Provider

If you use Laravel <5.5 you need to manually register the provider and facade, (*4)

Add service provider to config/app.php in providers section, (*5)

Plokko\Formidable\ServiceProvider::class,

Register package facade in config/app.php in aliases section, (*6)

Plokko\Formidable\Facades\Formidable::class,

Publish Configuration File

php artisan vendor:publish --provider="Plokko\Formidable\ServiceProvider" --tag="config"

Usage

Formidable is composed of a Vuejs library and a php helper to help you build the field configuration, (*7)

Javascript

..., (*8)

PHP helper

$fields =Formidable::fields();

The Versions

09/02 2018

dev-master

9999999-dev

Vue.js form generator for Laravel

  Sources   Download

MIT

The Requires

  • php >=7.0

 

laravel form vue

09/02 2018

0.0.1-alpha

0.0.1.0-alpha

Vue.js form generator for Laravel

  Sources   Download

MIT

The Requires

  • php >=7.0

 

laravel form vue