An open API service indexing awesome lists of open source software.

https://github.com/rxcod9/joy-voyager-merge

A voyager package to provide functionality for merging records
https://github.com/rxcod9/joy-voyager-merge

Last synced: 4 months ago
JSON representation

A voyager package to provide functionality for merging records

Awesome Lists containing this project

README

          

# Joy VoyagerMerge

This [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds VoyagerMerge support to Voyager.

By 🐼 [Ramakant Gangwar](https://github.com/rxcod9).

[![Screenshot](https://raw.githubusercontent.com/rxcod9/joy-voyager-merge/main/cover.jpg)](https://joy-voyager.kodmonk.com/)

[![Latest Version](https://img.shields.io/github/v/release/rxcod9/joy-voyager-merge?style=flat-square)](https://github.com/rxcod9/joy-voyager-merge/releases)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rxcod9/joy-voyager-merge/run-tests.yml?branch=main&label=tests)
[![Total Downloads](https://img.shields.io/packagist/dt/joy/voyager-merge.svg?style=flat-square)](https://packagist.org/packages/joy/voyager-merge)

---

## Prerequisites

* Composer Installed
* [Install Laravel](https://laravel.com/docs/installation)
* [Install Voyager](https://github.com/the-control-group/voyager)

---

## Installation

```bash
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-merge

# 2. Publish everything
php artisan vendor:publish --provider="Joy\VoyagerMerge\VoyagerMergeServiceProvider" --force

# 3. OR Publish Voyager overrided actions blade [MANDATORY STEP FOR MERGE BULK BUTTON TO WORK]
php artisan vendor:publish --provider="Joy\VoyagerMerge\VoyagerMergeServiceProvider" --tag=voyager-actions-views --force
```

---

## Working Example

You can try laravel demo here [https://joy-voyager.kodmonk.com/admin/users](https://joy-voyager.kodmonk.com/admin/users).

## Documentation

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-merge? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-merge/issues), we'll try to address it as soon as possible.

If you've found a bug regarding security please mail [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.

## Testing

You can run the tests with:

```bash
vendor/bin/phpunit
```

## Upgrading

Please see [UPGRADING](UPGRADING.md) for details.

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.

## Credits

- [Ramakant Gangwar](https://github.com/rxcod9)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.