unikat / all-import
All Import should help migrating data from one database to another
dev-master
2018-04-30 13:15 UTC
Requires
- intervention/image: ^2.4
- league/csv: ^9.0@dev
- maatwebsite/excel: ^2.1
Requires (Dev)
- orchestra/testbench: ^3.5
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-10-13 00:41:24 UTC
README
Laravel All Import
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".