Looking to hire Laravel developers? Try LaraJobs

laravel-record-merge maintained by bernskiold

Description
A package for Laravel to merge two Eloquent models into one.
Last update
2026/03/30 14:14 (dev-dependabot/github_actions/dependabot/fetch-metadata-3.0.0)
License
Downloads
13

Comments
comments powered by Disqus

A package for Laravel to merge two Eloquent models into one.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation & Usage

You can install the package via composer:

composer require bernskiold/laravel-record-merge

After installing the package, you may publish the configuration file:

php artisan vendor:publish --provider="Bernskiold\LaravelRecordMerge\LaravelRecordMergeServiceProvider" --tag="config"

This will publish a record-merge.php file in your config directory.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.