unikat / all-import
All Import should help migrating data from one database to another
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/unikat/all-import
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: 2025-09-13 02:57:36 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".