For Laravel Eloquent that makes it easy to save related models together.
You can install the package via composer:
composer require denizgolbas/eloquent-save-together
You can publish the config file with:
php artisan vendor:publish --tag="eloquent-save-together-config"
The MIT License (MIT). Please see License File for more information.