mwakalingajohn / laravel-auto-migrations
Laravel migration implemented as django based migrations
dev-master
2021-01-28 12:43 UTC
Requires
- nikic/php-parser: ^4.9@dev
This package is auto-updated.
Last update: 2025-04-28 21:36:33 UTC
README
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
License
The MIT License (MIT). Please see License File for more information.