2017 © Pedro Peláez
 

library revengedb

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

image

daavelar/revengedb

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  • Wednesday, November 11, 2015
  • by daavelar
  • Repository
  • 2 Watchers
  • 19 Stars
  • 792 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 17 Versions
  • 5 % Grown

The README.md

Laravel 5/6 Package :: RevengeDb

With this package you will be able to transform your existent schema (only support mysql at the moment) in migration files of Laravel with the following command:, (*1)

  • php artisan revengedb:migrations

Installation

Add the package to your Laravel project:, (*2)

composer require daavelar/revengedb

Add the ServiceProvider to the app.php file, (*3)

Daavelar\RevengeDb\Providers\RevengeDbServiceProvider::class

Using:

Generating a migration file for all tables of the database of your mysql config, (*4)

php artisan revengedb:migrations

If you want just execute the action in one or more tables, you can pass only as a parameter, (*5)

php artisan revengedb:migrations --only=table1,table2,table3

If you want just exclude one or more tables, you can pass the except parameter, (*6)

php artisan revengedb:migrations --except=table1,table2,table3

Important: All migration files will be generated with the $table->timestamps() line., (*7)

The Versions

11/11 2015

dev-master

9999999-dev

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.7

3.0.7.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.6

3.0.6.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.5

3.0.5.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.4

3.0.4.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.3

3.0.3.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.2

3.0.2.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

11/11 2015

3.0.1

3.0.1.0

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

02/11 2015

3.0

3.0.0.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

09/03 2015

2.0.3

2.0.3.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

13/02 2015

2.0

2.0.0.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

The Development Requires

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

29/12 2014

1.0.1

1.0.1.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

The Development Requires

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

29/12 2014

1.3

1.3.0.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

The Development Requires

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

29/12 2014

1.4.0

1.4.0.0

RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models

  Sources   Download

The Requires

 

The Development Requires

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

29/12 2014

1.2

1.2.0.0

  Sources   Download

The Requires

 

by Diego Armando Avelar

laravel migrations generator migration models artisan reverse engineer from existent db

29/12 2014

1.1

1.1.0.0

  Sources   Download

The Requires

 

by Diego Armando Avelar

12/12 2014

1.0

1.0.0.0

  Sources   Download

The Requires

 

The Development Requires

by Diego Armando Avelar