Add xethron/migrations-generator and generate migrations

This commit is contained in:
DariusIII
2017-10-12 12:53:55 +02:00
parent e520fc56ea
commit 553c5b1e1b
107 changed files with 2106 additions and 1463 deletions
+2
View File
@@ -177,6 +177,8 @@ return [
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\YencServiceProvider::class,
Way\Generators\GeneratorsServiceProvider::class,
Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class,
],