Skip to content

captainkie/ext-bread-fields-fix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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