unikat/all-import

All Import should help migrating data from one database to another

dev-master 2018-04-30 13:15 UTC

This package is auto-updated.

Last update: 2024-03-12 23:24:45 UTC


README

Laravel All Import

Latest Stable Version Total Downloads License Build Status

This package is aiming to simplify the data migration from one database to another.

Installation

Require this package with composer

composer require unikat/all-import

This package requires Laravel 5.5, so it should be discovered automatically.

Config

Publish the config with

php artisan vendor:publish

Then you choose the ServiceProvider "AllImportServiceProvider".