Skip to content

captainkie/ext-bread-fields-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix Issue Delete, Multiple fields & files Extended FormFields hook 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
  • Fix Multiple Fields on module
  • Fix Delete image issue
  • Test on Laravel 7.8.x & voyager 1.4

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

Installation

You can use the artisan command below to install this hook

php artisan hook:install ext-bread-fields-fix

Required

"laravel/framework": "7.0.*"
"tcg/voyager": "^1.4"

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

About

Fix Issue Delete, Multiple fields Extended FormFields hook to Voyager BREAD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published