Add initial app models. Add tinker as a dependency to allow use with artisan.
This commit is contained in:
committed by
Paula Quispe
parent
b8fd796e25
commit
6b8065a98f
@@ -22,6 +22,8 @@ return [
|
||||
Illuminate\Queue\QueueServiceProvider::class,
|
||||
Illuminate\Translation\TranslationServiceProvider::class,
|
||||
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
|
||||
],
|
||||
|
||||
'aliases' => [
|
||||
|
||||
Reference in New Issue
Block a user