wisdompackage/openform

form to make a api form for other device. this only for laravel project !
13
Install
composer require wisdompackage/openform
Latest Version:1.0
License:MIT
Last Updated:Oct 26, 2016
Links: GitHub  ·  Packagist
Maintainer: jisack

openform

form to make a api form for other device. this only for laravel project !

##Requirements

##Installation in composer.json add

  "Wisdom\\Openform\\" : "vendor/wisdompackage/openform/src"

to "psr-4"

in config/app add

  Wisdom\Openform\OpenformServiceProvider::class,

to array provider

and then run

    $ composer require wisdompackage/openform

run

    $ php artisan vendor:publish
    $ php aritsan migrate

so now you can run a form package thought

www.yourdomain.com\form

##Usage Send your answer by http POST

type : json

example

    { "form_id" : 1 ,
        "answers" : [
            {"question_id" : 1,
              "type" : "text",
              "value" : "eiei"
            },
            {"question_id" : 2,
              "type" : "single",
              "value" : 2
            },
            {
              "question_id" : 3,
              "type" : "multiple",
              "values" : [1,2,3]
            }
        ]	
    }

Related Packages

spatie/laravel-google-fonts

Manage self-hosted Google Fonts in Laravel apps

1,341,153 494
tightenco/jigsaw

Simple static sites with Laravel's Blade.

466,017 2,251
roquie/laravel-dusk-select2

Select2.js support for the Laravel Dusk testing.

365,584 41
haruncpi/laravel-log-reader

A simple and beautiful laravel log reader

348,600 380
laravel-frontend-presets/argon

Laravel 9.x Front-end preset for argon

258,150 233