Code Monkey home page Code Monkey logo

migrations-generator's Introduction

Laravel Migrations Generator Laravel 5/6/7/8 +

Latest Stable Version Monthly Downloads License

Generate Laravel Migrations from an existing database, including indexes and foreign keys!

100,000 downloads

I have been with very little time, doing what I can so that this library is useful for everyone who needs it. As of today we have more than 100,000 downloads, thank you very much everyone!

Help me with a coffe: https://cafecito.app/oscarafdev (1 USD)

Laravel 6/7/8 installation

The recommended way to install this is through composer:

composer require oscarafdev/migrations-generator --dev

In Laravel 5.5+ the service providers will automatically get registered.

Usage

To generate migrations from a database, you need to have your database setup in Laravel's Config.

Run php artisan migrate:generate to create migrations for all the tables, or you can specify the tables you wish to generate using php artisan migrate:generate table1,table2,table3,table4,table5. You can also ignore tables with --ignore="table3,table4,table5"

Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.

You can also specify the connection name if you are not using your default connection with --connection="connection_name"

Run php artisan help migrate:generate for a list of options.

Check out Chung Tran's blog post for a quick step by step introduction: Generate Migrations from an existing database in Laravel 4

Changelog

Changelog for Laravel Migrations Generator

Jan 2021: v2.0.24

  • Support for Laravel 8
  • Fixed a issue where double single quotes were generated

Ago 2020: v2.0.23

  • Added support for precisions in timestamp.
  • Fixed an issue with the text type.
  • Fixed other reported bugs

May 2020: v2.0.19

  • Support for Laravel 7

Thank You

Thanks to Jeffrey Way for his amazing Laravel-4-Generators package. This package depends greatly on his work.

Contributors

Bernhard Breytenbach (@BBreyten)

Oscar Fernandez (@oscarafdev)

[email protected]

License

The Laravel Migrations Generator is open-sourced software licensed under the MIT license

migrations-generator's People

Contributors

ajthinking avatar akalongman avatar antipaste avatar assertchris avatar bktz avatar chrishepner avatar cristianoteles avatar ecointest avatar egyjs avatar hming avatar kkszymanowski avatar ldebrouwer-rmn avatar oscarafdev avatar pablorsk avatar peeto avatar roboroads avatar sburkett avatar sebdesign avatar shadywallas avatar shemgp avatar spescina avatar tjventurini avatar tomzx avatar tucker-eric avatar viral-vector avatar virtualize avatar wilo-ahadi avatar xethron avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.