Skip to content

mwakalingajohn/laravel-auto-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Auto Migrations For Laravel 8

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages