afsardo/laravel-schema

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel Schema new migrations.

dev-master 2017-07-16 23:11 UTC

This package is not auto-updated.

Last update: 2020-09-19 06:39:19 UTC


README

A new seamless way to use your migrations, in a single file style, represent exacly your schema.

Example:

FROM

  • 2014_10_12_000000_create_users_table.php
  • 2014_10_12_100000_create_password_resets_table.php

TO

  • 0000_users.schema.php
  • 0001_password_resets.schema.php

TODO:

There is alot to do for this package to be officially launched.

  • Support indexes
  • Editing columns
  • Make migration command overwrite
  • Database cleanup command (NEW COMMAND)
  • Needs to support PostgreSQL
  • Needs to support SQLserver
  • Add tests

Instalation:

Step 1

Step 1

Step 2

Step 2

In Action

In Action

In Action 2