Git Product home page Git Product logo

migmag's Introduction

Migmag Laravel migrations extender

Install

  • Version 2.0 (Compatibility with laravel 5.2) By adding:
   "dushevadnqka/migmag": "2.*"
  • Version 1.0 (Compatibility with laravel 5.1) By adding:
   "dushevadnqka/migmag": "1.*"

on your composer json file.

Add this line to your config/app.php (in Providers array)

\Dushevadnqka\Migmag\Providers\MigmagServiceProvider::class

To exec migration from certain file:

    php artisan migmag:migrate

and then as a answer type the path to your migration file without extension.

or

    php artisan migmag:migrate --path=path/to/your/migration-file

To get a migration status by certain migration file:

    php artisan migmag:migrate:status

and then as a answer type the path to your migration file without extension.

or

    php artisan migmag:migrate:status --path=path/to/your/migration-file

To make a migration reset by certain migration name:

    php artisan migmag:migrate:reset

and then as a answer type the name of your migration file without extension.

or

    php artisan migmag:migrate:reset --migration=migration-file-name

To make a migration refresh for certain migration:

    php artisan migmag:migrate:refresh

and then as a answer type the path to your migration file without extension.

or

    php artisan migmag:migrate:refresh --path=path/to/your/migration-file

Enjoy!

migmag's People

Contributors

joroboy avatar

Watchers

 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.