Skip to content

Commit 37a279d

Browse files
authored
Update README.md
1 parent 670cddd commit 37a279d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ composer install
6868
## lumen の場合は、serviceProviderの登録
6969
sed -i '/EventServiceProvider/a $app->register(\\Takuya\\Laravel\\Backlog\\Providers\\AppServiceProvider::class);' bootstrap/app.php
7070

71+
## マイグレーション・モデル
72+
php artisan backlog:make:migration:all
73+
php artisan backlog:make:models:all
74+
7175
```

0 commit comments

Comments
 (0)