Add initial app models. Add tinker as a dependency to allow use with artisan.

This commit is contained in:
Taylor Dondich
2019-04-25 13:47:21 -07:00
committed by Paula Quispe
parent b8fd796e25
commit 6b8065a98f
8 changed files with 416 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ return [
Illuminate\Queue\QueueServiceProvider::class,
Illuminate\Translation\TranslationServiceProvider::class,
Laravel\Tinker\TinkerServiceProvider::class,
],
'aliases' => [