mwakalingajohn/laravel-auto-migrations

Laravel migration implemented as django based migrations

dev-master 2021-01-28 12:43 UTC

This package is auto-updated.

Last update: 2024-04-28 19:32:32 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This package is created in attempt to emulate the django migration system

Quick installation

$ composer require mwakalingajohn/laravel-auto-migrations

Service Provider & Facade (Optional)

Register provider and facade on your config/app.php file.

'providers' => [
    ...,
    Mwakalingajohn\LaravelAutoMigrations\LaravelAutoMigrationsServiceProvider::class,
]

Credits

Mwakalinga John

License

The MIT License (MIT). Please see License File for more information.