raphael-evolutap / extended-bread-form-fields

Extended FormFields hook interface to Voyager BREAD

Home Page:https://larapack.io/hooks/extended-bread-form-fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extended FormFields hook interface to Voyager BREAD

This interface extends VoyagerBaseController::getContentBasedOnType(), which makes it easy to add data handlers for your own FormFields.

The package includes several additional FormFields:

  • Key-Value to JSON
  • Multiple Images with tag attributes

Over time, this list will be updated with new items.

Required

"laravel/framework": "5.7.*"
"tcg/voyager": "^1.1"

Key-Value to JSON

In BREAD configuration:

default

Add new item / Edit item:

default

Final Data:

default

Multiple Images with tag attributes

In BREAD configuration

image

Add new item / Edit item:

image

Final Data:

image

About

Extended FormFields hook interface to Voyager BREAD

https://larapack.io/hooks/extended-bread-form-fields

License:MIT License


Languages

Language:PHP 59.2%Language:Blade 40.8%