2017 © Pedro Peláez
 

library lara-migrations-generator

Generate migrations from a previous database

image

lucasruroken/lara-migrations-generator

Generate migrations from a previous database

  • Monday, October 3, 2016
  • by lucasruroken
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel migrations generator

This packages only works with mysql for now, (*1)

Available for Laravel 5.3

Why should I use this package?

If you have a previous database, and you want to import to laravel, this is the perfect package. This package will import all of your tables, column with their respectives foreign keys., (*2)

How to install?

Run, (*3)

composer install lucasruroken/lara-migrations-generator dev-master

All you have to do is add the following provider into config/app.php, (*4)

\LucasRuroken\LaraMigrationsGenerator\LaraMigrationsGeneratorProvider::class,

and run in your console, (*5)

php artisan generate:migrations:mysql

The Versions

03/10 2016

dev-master

9999999-dev

Generate migrations from a previous database

  Sources   Download

BSD

by Lucas Juarez

03/10 2016

v1.0

1.0.0.0

Generate migrations from a previous database

  Sources   Download

BSD

by Lucas Juarez