lathanhvien/custom-belongs-to-many-field

belongsToMany nova representation in field.

v1.0.0 2019-11-07 03:04 UTC

This package is auto-updated.

Last update: 2024-04-07 12:50:51 UTC


README

Installation

$ composer require lathanhvien/custom-belongs-to-many-field  

Usage

This package extend from Benjacho/belongs-to-many-field-nova package, check it to know all support functions.
I add more function optionsShow($array) to show columns of $array on Index and Detail page. Use it like follow:

use Pifpif\CustomBelongsToManyField\CustomBelongsToManyField;  

CustomBelongsToManyField::make('Athletes', 'athletes', 'App\Nova\Athlete')
    ->optionsLabel('first_name')  
    ->optionsShow(['first_name','last_name'])  

Support

If you have any ideas about this package, feel free to contact me at gmail: b.thanhdung@gmail.com or skype: xprotoprotox

License

This package is available under the MIT license.