dwaskowski / laravel_automatical_migration

Function for automatical migrate in laravel, if you have migrations in different directories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel automatical migration

Function for automatical migrate in laravel, if you have migrations in different directories.

Options for start automatical migration:

  1. Start all migrations

php migrations.php

  1. Start all migrations and seeds

php migrations.php all

  1. Start all seeds

php migrations.php seeds

  1. Start dump-autoload and modules:scan

php migrations.php a

About

Function for automatical migrate in laravel, if you have migrations in different directories.

License:MIT License


Languages

Language:PHP 100.0%