mwakalingajohn/laravel-auto-migrations

Laravel migration implemented as django based migrations

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mwakalingajohn/laravel-auto-migrations

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

This package is auto-updated.

Last update: 2025-10-28 22:43:18 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.