2017 © Pedro Peláez
 

library laravel-data-migration

Helps you migrate data from foreign or local database table by table

image

despark/laravel-data-migration

Helps you migrate data from foreign or local database table by table

  • Tuesday, May 16, 2017
  • by astoimenov
  • Repository
  • 8 Watchers
  • 1 Stars
  • 484 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

Not production ready!, (*1)

General

This is a laravel library to help with Data migrations from old databases. Can also help with getting some remote database data and migrate it to a your database(s), (*2)

Installation

Add the service provider inside config/app.php, (*3)

'providers' => [
...
Despark\Migrations\Providers\MigrationServiceProvider::class,
]

Publish the config file, (*4)

php artisan vendor:publish --provider="Despark\Migrations\Providers\MigrationServiceProvider"

You must prepare the database connection to which the library will connect to get the data. You can create the connection inside config/database.php; Then set the database name that should be used by the library trough .env file setting MIGRATION_DATABASE_CONNECTION=your_database_name key or by setting the database name directly in the published config config/migrations.php., (*5)

Usage

To be done..., (*6)

The Versions

16/05 2017

dev-master

9999999-dev

Helps you migrate data from foreign or local database table by table

  Sources   Download

MIT

The Requires

 

database laravel migration data migration database migration

03/04 2017

0.1.3

0.1.3.0

Helps you migrate data from foreign or local database table by table

  Sources   Download

MIT

The Requires

 

database laravel migration data migration database migration

29/03 2017

v0.1.2

0.1.2.0

Helps you migrate data from foreign or local database table by table

  Sources   Download

MIT

The Requires

 

database laravel migration data migration database migration

29/03 2017

v0.1.1

0.1.1.0

Helps you migrate data from foreign or local database table by table

  Sources   Download

MIT

The Requires

 

database laravel migration data migration database migration

29/03 2017

v0.1.0

0.1.0.0

Helps you migrate data from foreign or local database table by table

  Sources   Download

MIT

The Requires

 

database laravel migration data migration database migration