2017 © Pedro Peláez
 

library migmag

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

image

dushevadnqka/migmag

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  • Sunday, February 11, 2018
  • by dushevadnqka1
  • Repository
  • 1 Watchers
  • 0 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 21 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

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., (*3)

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., (*4)

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., (*5)

or

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

Enjoy!

The Versions

11/02 2018

dev-unit-tests-command

dev-unit-tests-command

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

The Development Requires

by Avatar dushevadnqka

27/06 2016

dev-firstVersion

dev-firstVersion

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v1.3.1

1.3.1.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

dev-master

9999999-dev

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.3.1

2.3.1.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.3.0

2.3.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

dev-develop

dev-develop

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

dev-version52compatibility

dev-version52compatibility

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v1.3.0

1.3.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.2.0

2.2.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v1.2.0

1.2.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.1.2

2.1.2.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.1.1

2.1.1.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v1.1.1

1.1.1.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v2.1.0

2.1.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

27/06 2016

v1.1.0

1.1.0.0

The main purpose is to extend Laravel 5 (5.1, 5.2) migrations, by adding ability to run migration from certain file.

  Sources   Download

MIT

by Avatar dushevadnqka

26/06 2016

v2.0.1

2.0.1.0

Extends the Laravel migrations, adds ability to run migration for certain file is the main purpose.

  Sources   Download

MIT

by Avatar dushevadnqka

26/06 2016

v1.0.1

1.0.1.0

Extends the Laravel migrations, adds ability to run migration for certain file is the main purpose.

  Sources   Download

MIT

by Avatar dushevadnqka

22/06 2016

v2.0.0

2.0.0.0

Extends the Laravel migrations, adds ability to run migration for certain file is the main purpose.

  Sources   Download

MIT

by Avatar dushevadnqka

22/06 2016

v1.0.0

1.0.0.0

Extends the Laravel migrations, adds ability to run migration for certain file is the main purpose.

  Sources   Download

MIT

by Avatar dushevadnqka

22/06 2016

dev-secondVersion

dev-secondVersion

Extends the Laravel migrations, adds ability to run migration for certain file is the main purpose.

  Sources   Download

MIT

by Avatar dushevadnqka