Skip to content

[FEATURE]: Use native Eloquent migration #28

Open
@dimitriBouteille

Description

Replace robmorgan/phinx by custom migration tool. The migration system should ideally take over the same logic and functionality as what is proposed by Laravel.

  • Create migration
  • Run migration
  • Execute one migration
  • Show migration status
  • Rollback migration

In order to make the system configurable, it is necessary to provide :

  • The migration directory configuration - probably via filter or constant
  • The migration table name configuration - probably via filter or constant

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions